Updates the name of a Dry Run savepoint for the policy.

Rename dry-run savepoint.

patch

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

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