Change request reviewers
Assign or list requested reviewers for a change request.
Attributes
and
objectOptional
or
The ChangeRequestRequestedReviewer object
{
"object": "change-request-requested-reviewer",
"revision": "text",
"requestedBy": {
"object": "user",
"id": "text",
"displayName": "text",
"email": "text",
"photoURL": "text",
"urls": {
"location": "https://example.com"
}
},
"createdAt": "2026-01-01T00:00:00.000Z",
"kind": "user",
"user": {
"object": "user",
"id": "text",
"displayName": "text",
"email": "text",
"photoURL": "text",
"urls": {
"location": "https://example.com"
}
}
}Last updated
Was this helpful?