Skip to content
Search
K
Main Navigation
Learn
Resources
Official Apps
API Reference
Release Notes
Appearance
Menu
Return to top
Create a new job
PUT
/resources/job-definitions/{definitionId}
Parameters
Path Parameters
definitionId
*
Type
string
Required
Request Body
application/json
Schema
JSON
JSON
{
"componentId"
:
"string"
}
Responses
200
400
401
403
OK
Content-Type
text/plain
Schema
JSON
JSON
{
"jobDefinitionId"
:
"string"
,
"componentId"
:
"string"
}
PUT
/resources/job-definitions/{definitionId}
Samples