Use correct status code

This commit is contained in:
Shadowfacts 2019-03-29 14:20:00 -04:00
parent 8100818e26
commit 3a0977bbe7
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ Deletes the group with the given ID. In some server implementations, this reques
No parameters.
If successful, the server will respond with an HTTP 410 Gone response.
If successful, the server will respond with an HTTP 204 No Content response.
## Feeds
### `GET /api/v1/feeds/`
@ -99,7 +99,7 @@ Deletes the feed with the given ID.
No parameters.
If successful, the server will return respond with an HTTP 410 Gone response.
If successful, the server will return respond with an HTTP 204 No Content response.
## Items
### `GET /api/v1/items`