Fix missing "Request"

Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
Ivan Bushchik 2024-02-01 20:56:28 +03:00
parent 0c6e251d1b
commit cae10cc45e
No known key found for this signature in database
GPG key ID: 2F16FBF3262E090C

4
API.md
View file

@ -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 Manifest is a file, that contains ED25519 public key and SHA256sums list
#### Request
```http request ```http request
GET /runner/manifest HTTP/1.1 GET /runner/manifest HTTP/1.1
``` ```
### Get binary runner ### Get binary runner
#### Request
```http request ```http request
GET /runner/<runner> HTTP/1.1 GET /runner/<runner> HTTP/1.1
``` ```