We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39b731 commit 6f09119Copy full SHA for 6f09119
core/configuration.md
@@ -265,6 +265,13 @@ api_platform:
265
# The list of enabled patch formats. The first one will be the default.
266
patch_formats: []
267
268
+ # The list of enabled docs formats. The first one will be the default.
269
+ docs_formats:
270
+ jsonld: ['application/ld+json']
271
+ #jsonapi: ['application/vnd.api+json']
272
+ jsonopenapi: ['application/vnd.openapi+json']
273
+ html: ['text/html']
274
+
275
# The list of enabled error formats. The first one will be the default.
276
error_formats:
277
jsonproblem:
0 commit comments