diff --git a/core/openapi.md b/core/openapi.md index f0a31576732..c21024da2c2 100644 --- a/core/openapi.md +++ b/core/openapi.md @@ -108,6 +108,9 @@ The impact on the swagger-ui is the following: ## Using the OpenAPI and Swagger Contexts Sometimes you may want to change the information included in your OpenAPI documentation. + +For the full list of available configurations, please refer to the [OpenAPI Specifications](https://spec.openapis.org/oas/latest.html). The current doc page only gives some examples but focuses mostly on the OpenAPI integration inside API Platform without telling you all you can pass into the attributes. + The following configuration will give you total control over your OpenAPI definitions: [codeSelector]