Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Create a new review
Example:
"Review name"
Example:
"123e4567-e89b-12d3-a456-426614174000"
Example:
"123e4567-e89b-12d3-a456-426614174000"
Example:
[
"123e4567-e89b-12d3-a456-426614174000",
"123e4567-e89b-12d3-a456-426614174000"
]Review status, can be any of { approved: 0, approved_with_comments: 1, rejected: 2 }
Available options:
0, 1, 2 Example:
"This is a general comment about the review."
Example:
1
Example:
"123e4567-e89b-12d3-a456-426614174000"
Example:
"123e4567-e89b-12d3-a456-426614174000"
Response
Successful operation
Example:
"123e4567-e89b-12d3-a456-426614174000"
Example:
"123e4567-e89b-12d3-a456-426614174000"
Example:
"2024-09-01T12:34:56Z"
Example:
true