Request Project Review
Creates a pending review request for the project. If is omitted, the request is scheduled immediately.
POST
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.
dataobjectrequireddata.idintegerdata.project_idintegerdata.user_idintegerdata.send_atstring<date-time>data.url_hashstringdata.urlstring<uri>data.statusstringdata.message_sidstringdata.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.