Executes the updateReviews function.
cURL
curl --request POST \ --url https://experiments.confidence.dev/v1/workflows/rollout/instances/{instance}:updatereviews \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "isApproved": true, "responses": [ {} ], "reviewId": "<string>", "reviewers": [ {} ], "status": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
OK
Whether the review is approved
The review responses
The review id
The assigned reviewers
The review status
Was this page helpful?