some documentation
This commit is contained in:
parent
8fb99041ba
commit
14626c0bfe
1 changed files with 6 additions and 0 deletions
|
@ -58,3 +58,9 @@ see `builder-db user-add --help`):
|
||||||
```ocaml
|
```ocaml
|
||||||
curl --data-binary @<build-hash>.full http://<user>:<passwd>@localhost:<builder-web-port>/upload
|
curl --data-binary @<build-hash>.full http://<user>:<passwd>@localhost:<builder-web-port>/upload
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## JSON Responses
|
||||||
|
Some endpoints return JSON when the headers contain `Accept: application/json`.
|
||||||
|
- `/compare/:build_left/:build_right`
|
||||||
|
- `/job/:job/build/latest/**`
|
||||||
|
- `/job/:job/build/latest`
|
||||||
|
|
Loading…
Reference in a new issue