Skip to content

Commit 0018992

Browse files
authored
Updated 500 response to be json
1 parent 9e7155b commit 0018992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

general-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ During the Beta period for this feature, location and telemetry data remain requ
176176
- **404:** Not Found: Object does not exist, returned on `GET` or `POST` operations if the object does not exist.
177177
- **406:** MDS version in Accept header is unsupported or invalid.
178178
- **409:** Conflict: `POST` operations when an object already exists and an update is not possible.
179-
- **500:** Internal server error: In this case, the answer may contain a `text/plain` body with an error message for troubleshooting.
179+
- **500:** Internal server error: In this case, the answer should contain a `application/json` body with an [error message](#error-messages) for troubleshooting.
180180

181181
### Error Messages
182182

0 commit comments

Comments
 (0)