Capacities
Update capacity
Update the fields of a capacity. Updating the requirements object will update the default requirements applied for instances in this capacity.
patch/v2/capacities/{id}
Path parameters
idstring required
Capacity ID or name
Request body
Response
Capacity updated successfully
Example response
{
"object": "capacity",
"schedule_info": {
"total_schedule": {
"object": "schedule"
}
}
}