mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 00:41:12 +00:00
doc: make :default stand out as special
This commit is contained in:
parent
d2c00026e6
commit
e7be6327d4
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ openapi example](../../examples/openapi).
|
||||||
:value (pr-str {:color :red :pineapple true})}}}}}}
|
:value (pr-str {:color :red :pineapple true})}}}}}}
|
||||||
```
|
```
|
||||||
|
|
||||||
The default content types map to the content types supported by the Muuntaja
|
The special `:default` content types map to the content types supported by the Muuntaja
|
||||||
instance. You can override these by using the `:openapi/request-content-types`
|
instance. You can override these by using the `:openapi/request-content-types`
|
||||||
and `:openapi/response-content-types` keys, which must contain vector of
|
and `:openapi/response-content-types` keys, which must contain vector of
|
||||||
supported content types. If there is no Muuntaja instance, and these keys are
|
supported content types. If there is no Muuntaja instance, and these keys are
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue