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
*/
Powered by ComboStrap