WorkerPools
Modify an existing worker pool.
Updates an existing worker pool.
put/spaces/{spaceIdentifier}/workerpools/{id}
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
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"
}