v5

latestOpenAPI 3.1.02026-07-31151195455.5 KB
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

reviewer_idsstring[] required

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"
]