put https://api.corestack.io/operation/automation//scripts/
Updates script details such as name, script path, dependencies etc.,
Log in to see full request history
Responses
Updates script details such as name, script path, dependencies etc.,
xxxxxxxxxx
15curl --request PUT \
--url https://api.corestack.io/operation/automation/tenant_id/scripts/script_id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"config_type": "ansible",
"scope": "private",
"minimum_requirement": {
"ram(MB)": 0,
"cpu": 0,
"disk(MB)": 0
}
}
'
Try It!
to start a request and see the response here! Or choose an example: