feat(server): add log removal daemon

This commit is contained in:
Jef Roosens 2022-12-17 17:11:19 +01:00
parent af409011e6
commit a9ad3088bb
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
6 changed files with 81 additions and 0 deletions

View file

@ -149,3 +149,17 @@ target | id of target this build is for
### Request body
Plaintext contents of the build log.
## Remove a build log
Remove a build log from the server.
### HTTP Request
`DELETE /api/v1/logs/:id`
### URL Parameters
Parameter | Description
--------- | -----------
id | id of log to remove