v15

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03377590.5 KB
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
source_machine_idstring
synced_atstring date-time
uuidstring

Example response

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