File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,10 @@ Option | Description
4343` output ` | The output path used for the generated documentation. Default: ` public/docs `
4444` routePrefix ` | The route prefix to use for generation - ` * ` can be used as a wildcard
4545` routes ` | The route names to use for generation - Required if no routePrefix is provided
46+ ` routes ` | The route names to use for generation - Required if no routePrefix is provided
4647` actAsUserId ` | The user ID to use for authenticated API response calls
48+ ` router ` | The router to use, when processing the route files (can be Laravel or Dingo - defaults to Laravel)
49+ ` bindings ` | List of route bindings that should be replaced when trying to retrieve route results. Syntax format: ` binding_one,id|binding_two,id `
4750
4851### How does it work?
4952
You can’t perform that action at this time.
0 commit comments