Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions core/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down