Skip to content

Commit c0d8781

Browse files
fix: wrong merged mime type
1 parent c4d119d commit c0d8781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/content-negotiation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Available formats are:
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)