From 3a0977bbe7301a2dbb829d7634920bbb8542f2ee Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Fri, 29 Mar 2019 14:20:00 -0400 Subject: [PATCH] Use correct status code --- endpoints.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.md b/endpoints.md index 408dd32..752233e 100644 --- a/endpoints.md +++ b/endpoints.md @@ -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`