Skip to content

Commit cf38316

Browse files
authored
Clarify success response for telemetry update
The telemetry spec only says that when new telemetry are successfully received, the server should: > Responds with number of successfully written telemetry data points and total number of provided points. But the format is not specified.
1 parent 3e246c5 commit cf38316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agency/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Body Params:
209209

210210
| Field | Type | Field Description |
211211
| --------- | ------------------------------ | ------------------------------------------------------------------------------------------------------- |
212-
| `result` | String | Responds with number of successfully written telemetry data points and total number of provided points. |
212+
| `result` | String | Responds with number of successfully written telemetry data points and total number of provided points. Format to use: `{success}/{total}`, both amounts as integers. |
213213
| `failures` | [Telemetry](#telemetry-data)[] | Array of failed telemetry for zero or more vehicles (empty if all successful). |
214214

215215
400 Failure Response:

0 commit comments

Comments
 (0)