mirror of
https://gitea.com/gitea/docs.git
synced 2026-06-25 05:36:00 +00:00
Fix in delete debian package example (#98)
Delete extra `s` symbol in api entrypoint. Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-on: https://gitea.com/gitea/docs/pulls/98 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Konstantin Podsvirov <podsvirov@noreply.gitea.com> Co-committed-by: Konstantin Podsvirov <podsvirov@noreply.gitea.com>
This commit is contained in:
committed by
Lunny Xiao
parent
4ebeaff28f
commit
683e72aed1
@@ -101,7 +101,7 @@ Example request using HTTP Basic authentication:
|
||||
|
||||
```shell
|
||||
curl --user your_username:your_token_or_password -X DELETE \
|
||||
https://gitea.example.com/api/packages/testuser/debian/pools/bionic/main/test-package/1.0.0/amd64
|
||||
https://gitea.example.com/api/packages/testuser/debian/pool/bionic/main/test-package/1.0.0/amd64
|
||||
```
|
||||
|
||||
The server responds with the following HTTP Status codes.
|
||||
|
||||
Reference in New Issue
Block a user