mirror of
https://github.com/ivabus/binhost
synced 2024-11-09 17:55:17 +03:00
Fix missing "Request"
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
0c6e251d1b
commit
cae10cc45e
4
API.md
4
API.md
|
@ -42,12 +42,16 @@ GET /bin/<BIN>/<PLATFORM>/<ARCH>/sign HTTP/1.1
|
|||
|
||||
Manifest is a file, that contains ED25519 public key and SHA256sums list
|
||||
|
||||
#### Request
|
||||
|
||||
```http request
|
||||
GET /runner/manifest HTTP/1.1
|
||||
```
|
||||
|
||||
### Get binary runner
|
||||
|
||||
#### Request
|
||||
|
||||
```http request
|
||||
GET /runner/<runner> HTTP/1.1
|
||||
```
|
Loading…
Reference in a new issue