Skip to content

Commit 76a5c18

Browse files
committed
Added 400 invalid_data response for failed telemetry data POST
1 parent 2238e1e commit 76a5c18

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

agency/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,11 @@ _No content returned on success._
201201

202202
400 Failure Response:
203203

204-
| `error` | `error_description` | `error_details`[] |
205-
| --------------- | -------------------------------- | ------------------------------- |
206-
| `bad_param` | A validation error occurred. | Array of parameters with errors |
207-
| `missing_param` | A required parameter is missing. | Array of missing parameters |
204+
| `error` | `error_description` | `error_details`[] |
205+
| --------------- | ------------------------------------ | ------------------------------- |
206+
| `bad_param` | A validation error occurred. | Array of parameters with errors |
207+
| `invalid_data` | None of the provided data was valid. | |
208+
| `missing_param` | A required parameter is missing. | Array of missing parameters |
208209

209210
## Service Areas
210211

0 commit comments

Comments
 (0)