Bulk override of references to the group.

Replaces all references to the group with those listed in the request body, unlinking all un-listed resources (where possible).

For example, to link stream_1 to the group my_group and unlink all other streams from the group, issue the following PUT request to /groups/my_group/references/streams:

{
  "references": [
    "stream_1"
  ]
}

All other streams will be unlinked from my_group, unless permissions prevent them from being unlinked.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Group id

string
required

The type of resources to override references for (e.g. 'streams').

Body Params
references
array of strings

List of resource IDs to link to the group. Resources not listed here will be unlinked.

references
Responses

Language
Credentials
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json