mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-04-26 05:30:40 +03:00
Fix typo
Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
parent
7daa8dd7c3
commit
af36268c82
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ Example request using HTTP Basic authentication:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
curl --user your_username:your_token_or_password -X DELETE \
|
curl --user your_username:your_token_or_password -X DELETE \
|
||||||
https://forgejo.example.com/api/packages/testuser/debian/pools/bionic/main/test-package/1.0.0/amd64
|
https://forgejo.example.com/api/packages/testuser/debian/pool/bionic/main/test-package/1.0.0/amd64
|
||||||
```
|
```
|
||||||
|
|
||||||
The server responds with the following HTTP Status codes.
|
The server responds with the following HTTP Status codes.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue