Skip to content

Commit

Permalink
Updated 500 response to be json
Browse files Browse the repository at this point in the history
  • Loading branch information
schnuerle committed May 8, 2023
1 parent 9e7155b commit 0018992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ During the Beta period for this feature, location and telemetry data remain requ
- **404:** Not Found: Object does not exist, returned on `GET` or `POST` operations if the object does not exist.
- **406:** MDS version in Accept header is unsupported or invalid.
- **409:** Conflict: `POST` operations when an object already exists and an update is not possible.
- **500:** Internal server error: In this case, the answer may contain a `text/plain` body with an error message for troubleshooting.
- **500:** Internal server error: In this case, the answer should contain a `application/json` body with an [error message](#error-messages) for troubleshooting.

### Error Messages

Expand Down

0 comments on commit 0018992

Please sign in to comment.