Skip to content

Commit

Permalink
[#6] Update ACL Documentation based on review v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonsen-92 committed Dec 17, 2020
1 parent 927e0b8 commit 1b68fe4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/acl.md
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,7 @@ HTTP Code | Status | Description
--- | --- | ---
400 | Bad Request | Bad request payload
404 | Not Found | User not found in database
409 | Already Exist | Access Already Exist
500 | Internal Server Error | some un-handle error in server
200 | OK | OK

Expand Down Expand Up @@ -810,12 +811,12 @@ Response Payload :

#### Case : Negative Case 2

Response HTTP Status Code : 400
Response HTTP Status Code : 409

Response Payload :
```
{
"status_code": "cdc-404",
"status_code": "cdc-409",
"status_message": "access already exist for this user",
"data": null
}
Expand Down

0 comments on commit 1b68fe4

Please sign in to comment.