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

$schemastring uri

A URL to the JSON Schema for this object.

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/source to the response with the 200 status

      response-optional-property-added