MachinePolicies
Modify an existing Machine Policy
put/machinepolicies/{id}
Path parameters
idstring required
The Machine Policy ID
Request body
Example request
{
"Id": "MachinePolicies-1",
"SpaceId": "Spaces-1"
}Response
Confirmation that the Machine Policy was modified, containing the new Policy
Example response
{
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.