Skip to content

Commit 361acfd

Browse files
authored
Update README.md
1 parent 8a59f5e commit 361acfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ openApi {
8787

8888
| Parameter | Description | Required | Default |
8989
|----------------------|-------------------------------------------------------------------------------------------------------------------------------------|----------|--------------------------------------|
90-
| `apiDocsUrl` | The URL from where the OpenAPI doc can be downloaded | No | http://localhost:8080/v3/api-docs |
90+
| `apiDocsUrl` | The URL from where the OpenAPI doc can be downloaded. If the url ends with `.yaml`, output will YAML format. | No | http://localhost:8080/v3/api-docs |
9191
| `outputDir` | The output directory for the generated OpenAPI file | No | $buildDir - Your project's build dir |
9292
| `outputFileName` | Specifies the output file name. | No | openapi.json |
9393
| `waitTimeInSeconds` | Time to wait in seconds for your Spring Boot application to start, before we make calls to `apiDocsUrl` to download the OpenAPI doc | No | 30 seconds |

0 commit comments

Comments
 (0)