Add Unique Groups
POST/qlibs/:qlibid/q/:qwtoken/unique_groups
Add the content object to the given unique groups. Existing group associations are retained. Adding a new group
with the same group type as an existing association will raise an error and return a 409 Conflict status code.
To prevent such error and instead replace the existing association, set the replace_on_conflict query param to
true.
Request
Responses
- 200
- 401
- 409
- default
The unique groups were successfully added. Returns the full list of unique group associations after the change.
Authentication information is missing or invalid
Response Headers
WWW-Authenticate
A standard "WWW Authenticate" header of the form Basic realm="Eluvio Content Fabric API"
Another unique group is already associated with the same group type.
A generic error message.