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 c4d119d commit c0d8781Copy full SHA for c0d8781
core/content-negotiation.md
@@ -24,7 +24,7 @@ Available formats are:
24
| [GraphQL](graphql.md) | n/a | n/a | yes |
25
| [JSON:API](https://jsonapi.org/) | `jsonapi` | `application/vnd.api+json` | yes |
26
| [HAL](https://stateless.group/hal_specification.html) | `jsonhal` | `application/hal+json` | yes |
27
-| [YAML](https://yaml.org/) | `yaml` | `application/x-yaml` | no |
+| [YAML](https://yaml.org/) | `yaml` | `application/yaml` | no |
28
| [CSV](https://tools.ietf.org/html/rfc4180) | `csv` | `text/csv` | no |
29
| [HTML](https://whatwg.org/) (API docs) | `html` | `text/html` | no |
30
| [XML](https://www.w3.org/XML/) | `xml` | `application/xml`, `text/xml` | no |
0 commit comments