We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261c2c1 commit 5c1f3e5Copy full SHA for 5c1f3e5
core/content-negotiation.md
@@ -24,7 +24,7 @@ Format | Format name |
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