Delete packages, arch-repos & repos #265

Merged
Jef Roosens merged 5 commits from Chewing_Bever/vieter:repo-delete-routes into dev 2022-08-11 19:53:21 +02:00
Showing only changes of commit 50918da672 - Show all commits

View file

@ -138,7 +138,7 @@ curl \
https://example.com/vieter/x86_64 https://example.com/vieter/x86_64
``` ```
This endpoint allows remove an entire arch-repo. This endpoint allows removing an entire arch-repo.
### HTTP Request ### HTTP Request
@ -149,7 +149,7 @@ This endpoint allows remove an entire arch-repo.
Parameter | Description Parameter | Description
--------- | ----------- --------- | -----------
repo | Repository to delete arch-repo from repo | Repository to delete arch-repo from
arch | Specific architecture to remove package arch | Specific architecture to remove
## Remove repo ## Remove repo
@ -166,7 +166,7 @@ curl \
https://example.com/vieter https://example.com/vieter
``` ```
This endpoint allows remove an entire repo. This endpoint allows removing an entire repo.
### HTTP Request ### HTTP Request