comments
List comments for a job or commit
get/api/comments
Query parameters
job_idinteger
List comments by job ID
List comments by job ID
commit_idinteger
List comments by commit ID
List comments by commit ID
shastring
List comments by commit SHA
List comments by commit SHA
Response
OK
Example response
{
"$schema": "https://example.com/ListCommentsOutputBody.json",
"responses": [
{
"$schema": "https://example.com/Response.json"
}
]
}Changes
Changed in 1 of the 23 revisions of this API.1
- ○
added the optional property
responses/items/sourceto the response with the200statusresponse-optional-property-added
- ○