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

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

PATCH /policies/{policyId}/savepoints/{savepointId}

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

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

policyId

string

Policy Identifier

savepointId

string

Savepoint Identifier

name

string

name of the savepoint

Response

{
  description: Successful operation.
}
{
  description: Unauthorized.
}
{
description: Forbidden.
}
{
description: Internal server error.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerErrorDTO'
  }

Was this helpful?