{ "operationId": "transitionReviewState", "method": "PATCH", "path": "/reviews/{id}/state/", "summary": "Perforce Transition Review State", "requestExamples": [ { "contentType": "application/x-www-form-urlencoded", "name": "TransitionreviewstateRequestExample", "example": { "state": "needsReview", "description": "A sample description.", "commit": true, "wait": true, "jobs[]": [ "example_value" ], "fixStatus": "example_value" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Transitionreviewstate200Example", "example": { "review": { "id": "abc123", "author": "example_value", "changes": [ 10 ], "commits": [ 10 ], "commitStatus": [ {} ], "created": 10, "deployDetails": [ {} ], "deployStatus": "example_value", "description": "A sample description.", "groups": [ {} ], "participants": "example_value", "pending": true, "projects": "example_value", "roles": "example_value", "state": "needsReview", "stateLabel": "example_value", "testDetails": [ {} ], "testStatus": "example_value", "type": "example_value", "updated": 10, "updateDate": "2026-01-15T10:30:00Z", "versions": [ { "difference": 10, "stream": "example_value", "change": 10, "user": "example_value", "time": 10, "pending": true, "archiveChange": 10 } ] } } } ] }