Jobs
Entity fields:
Path
Type
Description
Example:
{
"data": {
"type": "job",
"attributes": {
"overrideBranch": "main"
"templateReference": "XXXXXXXXX"
},
"relationships":{
"workspace":{
"data":{
"type": "workspace",
"id": "{{workspaceId}}"
}
}
}
}
}Supported Operations
post
Path parameters
organizationIdstringRequired
organization Identifier
Body
Responses
201
Successful response
application/vnd.api+json
post
/organization/{organizationId}/job201
Successful response
get
Path parameters
organizationIdstringRequired
organization Identifier
jobIdstringRequired
job Identifier
Query parameters
Responses
200
Successful response
application/vnd.api+json
get
/organization/{organizationId}/job/{jobId}200
Successful response
patch
Path parameters
organizationIdstringRequired
organization Identifier
jobIdstringRequired
job Identifier
Body
Responses
204
Successful response
patch
/organization/{organizationId}/job/{jobId}204
Successful response
No content
delete
Path parameters
organizationIdstringRequired
organization Identifier
jobIdstringRequired
job Identifier
Responses
204
Successful response
delete
/organization/{organizationId}/job/{jobId}204
Successful response
No content
Last updated
Was this helpful?