Skip to content

Commit 110366e

Browse files
authored
Merge pull request #116 from eddanger/patch-1
Update description for outputFileName parameter in Customizations
2 parents 973517c + 798bac3 commit 110366e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ openApi {
8282
|----------------------|-------------------------------------------------------------------------------------------------------------------------------------|----------|--------------------------------------|
8383
| `apiDocsUrl` | The URL from where the OpenAPI doc can be downloaded | No | http://localhost:8080/v3/api-docs |
8484
| `outputDir` | The output directory for the generated OpenAPI file | No | $buildDir - Your project's build dir |
85-
| `outputFileName` | The name of the output file with extension | No | openapi.json |
85+
| `outputFileName` | Specifies the output file name and format. Use extension `.yaml` for YAML output, `.json` for JSON output | No | openapi.json |
8686
| `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 |
8787
| `groupedApiMappings` | A map of URLs (from where the OpenAPI docs can be downloaded) to output file names | No | [] |
8888
| `customBootRun` | Any bootRun property that you would normal need to start your spring boot application. | No | (N/A) |

0 commit comments

Comments
 (0)