latestOpenAPI 3.1.02026-08-16160205478.8 KB
35a0d1b09a5d
groups
Sets the list of reviewers for a group.
put/groups/{group_id}/reviewers
Path parameters
group_idstring uuid required
The ID of the group.
Request body
Example request
{
"reviewer_ids": [
"7870617d-e72a-47f5-a84c-693817ab4567",
"1520617d-e72a-47f5-a84c-693817ab48ad2"
]
}Response
The updated IDs of owners that are reviewers for this group
string[] required
Example response
[ "1b978423-db0a-4037-a4cf-f79c60cb67b3" ]