Updates the name of a Dry Run savepoint for the policy.
Updates the name of a Dry Run savepoint for the policy.
Authorizations
Path parameters
policyIdstringRequiredExample:
000000000000000000000001
savepointIdstringRequiredExample:
000000000000000000000001
Body
namestringRequired
Responses
200
Successful operation.
No content
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
patch
PATCH /api/v1/policies/{policyId}/savepoints/{savepointId} HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 15
{
"name": "text"
}
No content
Last updated