For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired

Policy Id

Example: 000000000000000000000001
Body
stringOptional
Responses
200

.

No content

post/policies/{policyId}/savepoint/create
POST /api/v1/policies/{policyId}/savepoint/create HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 6

"text"

No content

Was this helpful?