Skip to content

Commit

Permalink
Moving cyclic reference to 422
Browse files Browse the repository at this point in the history
  • Loading branch information
benbosman committed Feb 5, 2020
1 parent bce04b6 commit eb9368c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions epersongroups.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ Return codes:
* 401 Forbidden - if you are not authenticated
* 403 Unauthorized - if you are not logged in with sufficient permissions
* 404 Not found - if the parent group doesn't exist
* 409 Conflict - if adding the group would create a cyclic reference (ie. A -> B -> C, -> mean contains we cannot add A to C)
* 422 Unprocessable Entity - if the specified group is not found
* 422 Unprocessable Entity - if the specified group is not found, or if adding the group would create a cyclic reference (ie. A -> B -> C, -> mean contains we cannot add A to C)

### Remove a Group from a parent Group

Expand Down

0 comments on commit eb9368c

Please sign in to comment.