Secure a REST end point
Securing your API End Point is as easy as adding @secure to your annotation. Please take a look at the example below:
<?php
/**
* @description My first API
* @summary Returns list of cars
* @tags Cars
* @secure
*/
Getting Started
Beginner
How do I
Reference
Troubleshooting
Setting up your Environment
Community
Securing your API End Point is as easy as adding @secure to your annotation. Please take a look at the example below:
<?php
/**
* @description My first API
* @summary Returns list of cars
* @tags Cars
* @secure
*/