We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d25e79 commit 3e1f373Copy full SHA for 3e1f373
src/Metadata/ApiResource.php
@@ -106,7 +106,7 @@ public function __construct(
106
* 'jsonapi' => ['application/vnd.api+json'],
107
* 'json' => ['application/json'],
108
* 'xml' => ['application/xml', 'text/xml'],
109
- * 'yaml' => ['application/x-yaml'],
+ * 'yaml' => ['application/yaml'],
110
* 'csv' => ['text/csv'],
111
* 'html' => ['text/html'],
112
* 'myformat' =>['application/vnd.myformat'],
0 commit comments