allow extra parameters to be passed to apidocs container

This commit is contained in:
2020-05-17 10:26:59 -04:00
parent 4a38cc16f4
commit f2eb584214
5 changed files with 26 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
<?php
/**
* @api {get} /test
* @apiName Test endpoint
*
* @return int
*/