Options
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Email to a Friend
- Printer Friendly Page
- Report Inappropriate Content
The rest API documentation should contain error response examples
Status:
New
Submitted by
jonconley_sg
on
05-18-2017
03:25 PM

This is important for responses that differ in structure than the success response. For instance, under error, the CRUD account update returns an undocumented field, "message".
{ "message": "An unexpected error occurred" }
A success, on the other hand, returns
{ "Success": true, "Id": "2c93808457d787030157e0321fdf4fab" }
1 Comment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.