Skip to content

Commit

Permalink
docs: use newly registered YAML media type (#2054)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas authored Dec 10, 2024
1 parent 261c2c1 commit 5c1f3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/content-negotiation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Format | Format name |
[GraphQL](graphql.md) | n/a | n/a | yes
[JSON:API](https://jsonapi.org/) | `jsonapi` | `application/vnd.api+json` | yes
[HAL](https://stateless.group/hal_specification.html) | `jsonhal` | `application/hal+json` | yes
[YAML](https://yaml.org/) | `yaml` | `application/x-yaml` | no
[YAML](https://yaml.org/) | `yaml` | `application/yaml` | no
[CSV](https://tools.ietf.org/html/rfc4180) | `csv` | `text/csv` | no
[HTML](https://whatwg.org/) (API docs) | `html` | `text/html` | no
[XML](https://www.w3.org/XML/) | `xml` | `application/xml`, `text/xml` | no
Expand Down

0 comments on commit 5c1f3e5

Please sign in to comment.