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 ~~~~~~~