mirror of
https://github.com/danbulant/api_docs
synced 2026-05-20 20:58:53 +00:00
Changes retrieves to deletes
I think the use of the word retrieves in the DELETE request is used mistakenly.
This commit is contained in:
parent
bdb6930310
commit
2e88f725fa
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ let max = api.kittens.delete(2);
|
|||
}
|
||||
```
|
||||
|
||||
This endpoint retrieves a specific kitten.
|
||||
This endpoint deletes a specific kitten.
|
||||
|
||||
### HTTP Request
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue