mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 11:21:24 +00:00
Fix docs for internal delete endpoint
This commit is contained in:
parent
ba3a23ed43
commit
7121e677b9
1 changed files with 2 additions and 2 deletions
|
@ -508,8 +508,8 @@ A secure API key can be generated by any password generator.
|
|||
The upload format and response format are the same as the `POST /image` endpoint.
|
||||
- `POST /internal/delete?alias={alias}` Delete an alias without requiring a delete token.
|
||||
Available source arguments are
|
||||
- `?alias={alias}` Purge a file by it's alias
|
||||
- `?proxy={url}` Purge a proxied file by its URL
|
||||
- `?alias={alias}` Delete a file alias
|
||||
- `?proxy={url}` Delete a proxied file's alias
|
||||
|
||||
This endpoint returns the following JSON
|
||||
```json
|
||||
|
|
Loading…
Reference in a new issue