diff --git a/core/configuration.md b/core/configuration.md index 0d55bd5c506..961f31af3bd 100644 --- a/core/configuration.md +++ b/core/configuration.md @@ -265,6 +265,13 @@ api_platform: # The list of enabled patch formats. The first one will be the default. patch_formats: [] + # The list of enabled docs formats. The first one will be the default. + docs_formats: + jsonld: ['application/ld+json'] + #jsonapi: ['application/vnd.api+json'] + jsonopenapi: ['application/vnd.openapi+json'] + html: ['text/html'] + # The list of enabled error formats. The first one will be the default. error_formats: jsonproblem: