File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -197,14 +197,18 @@ Body Params:
197197
198198201 Success Response:
199199
200- _ No content returned on success._
200+ | Field | Type | Field Description |
201+ | --------- | ------------------------------ | ------------------------------------------------------------------------------------------------------- |
202+ | ` result ` | String | Responds with number of successfully written telemetry data points and total number of provided points. |
203+ | `failures | [ Telemetry] ( #telemetry-data ) [ ] | Array of failed telemetry for zero or more vehicles (empty if all successful). |
201204
202205400 Failure Response:
203206
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 |
207+ | ` error ` | ` error_description ` | ` error_details ` [ ] |
208+ | --------------- | ------------------------------------ | ------------------------------- |
209+ | ` bad_param ` | A validation error occurred. | Array of parameters with errors |
210+ | ` invalid_data ` | None of the provided data was valid. | |
211+ | ` missing_param ` | A required parameter is missing. | Array of missing parameters |
208212
209213## Service Areas
210214
You can’t perform that action at this time.
0 commit comments