MachinePolicies
Modify an existing Machine Policy
put/{spaceId}/machinepolicies/{id}
Path parameters
spaceIdstring required
The Space ID
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 7 revisions of this API.