Skip to content

Commit

Permalink
fix: wrong merged mime type
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceAmstoutz authored Dec 10, 2024
1 parent c4d119d commit c0d8781
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 @@ Available formats are:
| [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 c0d8781

Please sign in to comment.