Standard and Zones Storage Policy Assignments
Update storage policy assignment
Updates a specific storage policy assignment.
put/storage_policy_assignments/{storage_policy_assignment_id}
Path parameters
storage_policy_assignment_idstring required
The ID of the storage policy assignment.
Request body
Example request
{
"storage_policy": {
"type": "storage_policy",
"id": "1434325"
}
}Response
Returns an updated storage policy assignment object.
Example response
{
"id": "ZW50ZXJwcmlzZV8xMjM0NTY3ODkw",
"type": "storage_policy_assignment",
"storage_policy": {
"id": "11446498",
"type": "storage_policy"
},
"assigned_to": {
"id": "11446498",
"type": "file"
}
}