Add development task reminder about API delete views result code.

Signed-off-by: Michael Price <loneviking72@gmail.com>
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Michael Price
2018-02-17 03:01:39 -04:00
committed by Roberto Rosario
parent eae881c35a
commit 3093a82a9f

View File

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