curl --request PUT \
--url https://api.revong.com/api/v1/automation/template/{jobTemplateId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"version": 123,
"category": "<string>",
"desc": "<string>",
"componentId": "<string>",
"componentVersion": 123,
"triggerUser": "<string>",
"inputs": {},
"options": {
"skipLibs": true,
"legacyResults": true,
"hideRequest": true,
"hideResponse": true
}
}
'ROLES: AUTOMATION_ADMIN USER: true SERVICE ACCOUNT: true
curl --request PUT \
--url https://api.revong.com/api/v1/automation/template/{jobTemplateId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"version": 123,
"category": "<string>",
"desc": "<string>",
"componentId": "<string>",
"componentVersion": 123,
"triggerUser": "<string>",
"inputs": {},
"options": {
"skipLibs": true,
"legacyResults": true,
"hideRequest": true,
"hideResponse": true
}
}
'Bearer token with Platform JWT token or API Key.
Name.
Current version.
Category.
Description.
Component identifier.
Component version, if left empty it will use latest component version).
Invoke job on behalf of specific account.
Options.
Show child attributes
OK.