allow extra parameters to be passed to apidocs container
This commit is contained in:
4
dockerfiles/tasks/apidocjs/test/apidoc.json
Normal file
4
dockerfiles/tasks/apidocjs/test/apidoc.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Test Api",
|
||||
"version": "0.0.1"
|
||||
}
|
||||
8
dockerfiles/tasks/apidocjs/test/app/docs.php
Normal file
8
dockerfiles/tasks/apidocjs/test/app/docs.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @api {get} /test
|
||||
* @apiName Test endpoint
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
Reference in New Issue
Block a user