Reviews
Authenticate as a user with a personal access token.
Send it as a bearer token in the Authorization header:
Authorization: Bearer <personal-access-token>
Personal access tokens act on behalf of the user that created them and are required by endpoints that perform user actions, such as reviewing builds and posting comments.
The build number
42Build reviews
Build review
State of a build review: approved, rejected, commented (neutral) or pending (an unsubmitted draft).
Date the review was dismissed, null if not dismissed.
Date the review was created.
Invalid parameters
Unauthorized
Forbidden
Not found
Server error
Authenticate as a user with a personal access token.
Send it as a bearer token in the Authorization header:
Authorization: Bearer <personal-access-token>
Personal access tokens act on behalf of the user that created them and are required by endpoints that perform user actions, such as reviewing builds and posting comments.
The build number
42Review event to apply to the build: "APPROVE", "REJECT" or "COMMENT". Required when conclusion is not provided.
Deprecated: use event instead. Overall review conclusion for the build: "APPROVE" or "REQUEST_CHANGES".
Optional comment to attach to the review. Either Markdown text or the JSON representation of a rich-text document.
Review submitted successfully — returns the review
Build review
State of a build review: approved, rejected, commented (neutral) or pending (an unsubmitted draft).
Date the review was dismissed, null if not dismissed.
Date the review was created.
Invalid parameters
Unauthorized
Forbidden
Not found
Server error
Authenticate as a user with a personal access token.
Send it as a bearer token in the Authorization header:
Authorization: Bearer <personal-access-token>
Personal access tokens act on behalf of the user that created them and are required by endpoints that perform user actions, such as reviewing builds and posting comments.
The build number
42The ID of the review
Review dismissed successfully — returns the review
Build review
State of a build review: approved, rejected, commented (neutral) or pending (an unsubmitted draft).
Date the review was dismissed, null if not dismissed.
Date the review was created.
Invalid parameters
Unauthorized
Forbidden
Not found
Server error
Last updated
Was this helpful?