Updates message/message-formats.md

Auto commit by GitBook Editor
This commit is contained in:
apidesigner
2017-02-03 10:15:33 +00:00
parent c26de22059
commit 01054d9a3c
2 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ All **response** messages MUST support the [`application/vnd.siren+json`](https:
The Siren format MUST NOT be used **directly**, instead it MUST be used as the **base format** for every application or domain-specific format to convey specific semantics. E.g. `application/vnd.example.siren+json`
### Error Response Format
A
The [`application/problem+json`](https://tools.ietf.org/html/rfc7807) (Problem Detail) MUST be used in conjunction with Siren to communicate details about an error.
## Request Message Format