Merge pull request #1474 from wwitzel3/rbac-bug-1390

Updates for #1390
This commit is contained in:
Wayne Witzel III 2016-04-11 10:22:27 -04:00
commit 4638195065
2 changed files with 4 additions and 4 deletions

View File

@ -8,5 +8,5 @@ Make a GET request to this resource to retrieve a list of roles associated with
Make a POST request to this resource to add or remove a role from this team. The following fields may be modified:
* `id`: Required. The Role ID to add to the team.
* `disassociate`: Optional. Provide if you want to remove the role.
* `id`: The Role ID to add to the team. (int, required)
* `disassociate`: Provide if you want to remove the role. (any value, optional)

View File

@ -8,5 +8,5 @@ Make a GET request to this resource to retrieve a list of roles associated with
Make a POST request to this resource to add or remove a role from this user. The following fields may be modified:
* `id`: Required. The Role ID to add to the user.
* `disassociate`: Optional. Provide if you want to remove the role.
* `id`: The Role ID to add to the user. (int, required)
* `disassociate`: Provide if you want to remove the role. (any value, optional)