Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 3 column 1
---
title: Content type specification
headers:
content-accept:
description: A MIME type indicating the desired response format.
default: application/json
values:
application/json: The response will be returned as serialized JSON object.
application/xml: The response will be returned as a serialized XML object.
application/yaml: The response will be returned as a serialized YAML object.
---
Some text describing the content-accept specification.