v5
latestOpenAPI 3.1.02026-07-31151195455.5 KBresources
Sets the list of reviewer stages for a resource.
put/resources/{resource_id}/reviewer-stages
Path parameters
resource_idstring uuid required
The ID of the resource.
Request body
Example request
{
"stages": [
{
"owner_ids": [
"7870617d-e72a-47f5-a84c-693817ab4567",
"1520617d-e72a-47f5-a84c-693817ab48ad2"
],
"service_user_ids": [
"7870617d-e72a-47f5-a84c-693817ab4568"
]
}
]
}Response
The updated reviewer stages for this resource.
Example response
[
{
"owner_ids": [
"7870617d-e72a-47f5-a84c-693817ab4567",
"1520617d-e72a-47f5-a84c-693817ab48ad2"
],
"service_user_ids": [
"7870617d-e72a-47f5-a84c-693817ab4568"
]
}
]