forked from vieter-v/vieter
feat(server): add log removal daemon
This commit is contained in:
parent
af409011e6
commit
a9ad3088bb
6 changed files with 81 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue