Creates a new savepoint for the policy (Dry Run only).

Create dry-run savepoint.

post

Creates a new savepoint for the policy (Dry Run only).

Authorizations
Path parameters
policyIdstringRequiredExample: 000000000000000000000001
Body
namestringRequired
savepointPathstring[]Required
Responses
200

Successful operation.

No content

post
POST /api/v1/policies/{policyId}/savepoints HTTP/1.1
Host: 
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 40

{
  "name": "text",
  "savepointPath": [
    "text"
  ]
}

No content

Last updated