v5

latestOpenAPI 3.1.02026-07-31151195455.5 KB
groups

Sets the list of audit message channels attached to a group.

put/groups/{group_id}/message-channels

Path parameters

group_idstring uuid required

The ID of the group.

Request body

message_channel_idsstring[] required

Example request

{
  "message_channel_ids": [
    "7870617d-e72a-47f5-a84c-693817ab4567",
    "1520617d-e72a-47f5-a84c-693817ab48ad2"
  ]
}

Response

The updated audit message channel IDs for the group.

string[] required

Example response

[
  "1b978423-db0a-4037-a4cf-f79c60cb67b3"
]