Restores Dry Run state to the selected savepoint and returns its metadata.
PUT /policies/{policyId}/savepoints/{savepointId}
Restores Dry Run state to the selected savepoint and returns its metadata.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
policyId
string
Policy Identifier
savepointId
string
Savepoint Identifier
Response
{
description: Successful operation.
}{
description: Unauthorized.
}{
description: Forbidden.
}
{
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
}PreviousReturns the number of savepoints for the policy (Dry Run only).NextUpdates the name of a Dry Run savepoint for the policy.
Last updated
Was this helpful?