comments

Add a comment to a job or commit

post/api/comment

Request body

$schemastring uri

A URL to the JSON Schema for this object.

commentstring required
commenterstring required
job_idinteger
shastring

Example request

{
  "$schema": "https://example.com/AddCommentRequest.json"
}

Response

Created

$schemastring uri

A URL to the JSON Schema for this object.

commit_idinteger
created_atstring date-time required
idinteger required
job_idinteger
responderstring required
responsestring required
sourcestring
source_machine_idstring
synced_atstring date-time
uuidstring

Example response

{
  "$schema": "https://example.com/Response.json"
}

Changes

Changed in 1 of the 23 revisions of this API.1

    • added the optional property source to the response with the 201 status

      response-optional-property-added