Skip to content

Commit 5c1f3e5

Browse files
authored
docs: use newly registered YAML media type (#2054)
1 parent 261c2c1 commit 5c1f3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/content-negotiation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Format | Format name |
2424
[GraphQL](graphql.md) | n/a | n/a | yes
2525
[JSON:API](https://jsonapi.org/) | `jsonapi` | `application/vnd.api+json` | yes
2626
[HAL](https://stateless.group/hal_specification.html) | `jsonhal` | `application/hal+json` | yes
27-
[YAML](https://yaml.org/) | `yaml` | `application/x-yaml` | no
27+
[YAML](https://yaml.org/) | `yaml` | `application/yaml` | no
2828
[CSV](https://tools.ietf.org/html/rfc4180) | `csv` | `text/csv` | no
2929
[HTML](https://whatwg.org/) (API docs) | `html` | `text/html` | no
3030
[XML](https://www.w3.org/XML/) | `xml` | `application/xml`, `text/xml` | no

0 commit comments

Comments
 (0)