WorkerPools
Modify an existing worker pool.
Updates an existing worker pool.
put/workerpools/{id}
Path parameters
idstring required
The ID of the worker pool
Request body
Example request
{
"Id": "WorkerPools-1",
"SpaceId": "Spaces-1"
}Response
Confirms that a Worker Pool was modified, containing the updated Worker Pool
Example response
{
"SpaceId": "Spaces-1"
}