ApiManagementFga
POST
/v1/mgmt/fga/backup/{backupId}/restore

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Path Parameters

backupId*string

Request Body

application/json

backupId?string

Restore from an FGA backup.

curl -X POST "https://api.descope.com/v1/mgmt/fga/backup/string/restore" \  -H "Content-Type: application/json" \  -d '{}'
{  "autoBackupId": "string"}
export interface Response {autoBackupId?: string}
Was this helpful?