mirror of
https://github.com/danbulant/api_docs
synced 2026-05-24 12:27:29 +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
|
### HTTP Request
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue