Skip to content

Commit 04d008e

Browse files
committed
style fixes
1 parent a70715b commit 04d008e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/agent-http-api.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ behave this way:
6060
* `POST /agent-api/complete-experiment` should be called as soon as the agent
6161
has nothing left to do with the current experiment; after the method returns
6262
`next-experiment` will return a new experiment
63-
* `POST /error` should be called only when the agent has encountered an error
63+
* `POST /error` should be called only when the agent has encountered an error
6464

6565
## Available endpoints
6666

@@ -231,7 +231,9 @@ The endpoint replies with `true`.
231231

232232
### `POST /error`
233233

234-
This endpoint tells the Crater server the agent has encountered an error. The endpoint expects the error description to be provided as the request body, encoded in JSON:
234+
This endpoint tells the Crater server the agent has encountered an error.
235+
The endpoint expects the error description to be provided as the request body,
236+
encoded in JSON:
235237

236238
* `error`: a description of the error
237239

0 commit comments

Comments
 (0)