Request Project Review

Creates a pending review request for the project. If is omitted, the request is scheduled immediately.

POSThttps://review-manager.test/api/projects/{project}/review-requests

Creates a pending review request for the project. If send_at is omitted, the request is scheduled immediately.

Loading code example
Loading code example

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectintegerrequired

Project id.

Body

send_atstring<date-time>

Response

application/json

Review request created.

dataobjectrequired
data.idinteger
data.project_idinteger
data.user_idinteger
data.send_atstring<date-time>
data.url_hashstring
data.urlstring<uri>
data.statusstring
data.message_sidstring
data.created_atstring<date-time>
data.updated_atstring<date-time>

Creates a pending review request for the project. If send_at is omitted, the request is scheduled immediately.

If the project already has an active review request flow, the API returns 409 Conflict and does not create another request.