Create Savepoint

Create dry-run savepoint.

post

Create dry-run savepoint. Only users with the Standard Registry role are allowed to make the request.

Authorizations
Path parameters
policyIdstringrequired

Policy Id

Example: 000000000000000000000001
Body
stringoptional
Responses
curl -L \
  --request POST \
  --url '/api/v1/policies/{policyId}/savepoint/create' \
  --header 'Authorization: Bearer JWT' \
  --header 'Content-Type: application/json' \
  --data '"text"'

No Content

Last updated