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:
000000000000000000000001savepointIdstringRequiredExample:
000000000000000000000001Body
namestringRequired
Responses
200
Successful operation.
No content
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
patch
/policies/{policyId}/savepoints/{savepointId}PATCH /api/v1/policies/{policyId}/savepoints/{savepointId} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 15
{
"name": "text"
}No content
Last updated