Skip to main content

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

The unique groups were successfully added. Returns the full list of unique group associations after the change.