From 3093a82a9f995bf0cb1c56f63c5ed28f9a64078d Mon Sep 17 00:00:00 2001 From: Michael Price Date: Sat, 17 Feb 2018 03:01:39 -0400 Subject: [PATCH] Add development task reminder about API delete views result code. Signed-off-by: Michael Price Signed-off-by: Roberto Rosario --- docs/topics/pending_work.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/topics/pending_work.rst b/docs/topics/pending_work.rst index 6c58c4cd82..da1a2fd3cf 100644 --- a/docs/topics/pending_work.rst +++ b/docs/topics/pending_work.rst @@ -28,6 +28,8 @@ API corresponding group access. - User group list API get & post views: Should adding a group to an user via the API return 201 or 200. Currently returns 201. +- Consistent API return code for delete views without access. Some views + return 403 other return 404. Caching ~~~~~~~