curl --request PUT \
--url https://api.example.com/deploy/{deploy_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"settings": {
"min_instances": 1,
"max_instances": 1
}
}
'{
"deploy_id": "<string>"
}curl --request PUT \
--url https://api.example.com/deploy/{deploy_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"settings": {
"min_instances": 1,
"max_instances": 1
}
}
'{
"deploy_id": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
Successful Response
Deploy Id
"fkj843kjh8"