Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
cnizzardini committed Sep 10, 2020
2 parents ca56bef + 0287066 commit 3404d8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/swagger_bake.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
* # REQUIRED SETTINGS:
* ################################
*
* @var string $prefix: The relative path that SwaggerBake will scan for your APIs routes (e.g. `/api/`)
* @var string $prefix: The route scope that SwaggerBake will scan for your APIs routes (e.g. `/api/`)
*
* @var string $yml: A base Swagger YML file, see example in assets (e.g. `/config/swagger.yml`).
*
* @var string $json: JSON file loaded by the Swagger UI client (e.g. `/webroot/swagger.json`).
* @var string $json: Web accessible file path the JSON file is written to (e.g. `/webroot/swagger.json`).
*
* @var string $webPath: The path browsers will use to access the JSON file (e.g. `/swagger.json`).
* @var string $webPath: The URL browsers will use to access the JSON file (e.g. `/swagger.json`).
*
* ################################
* # RECOMMENDED SETTINGS:
Expand Down

0 comments on commit 3404d8d

Please sign in to comment.