Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3786,7 +3786,7 @@ paths:

Requires `read_write` access to the Database.

The Database must have an `active` status to perform this command.
The Database must have an `active`, `degraded`, or `failed` status to perform this command.

**Note**: Restoring from a backup will erase all existing data on the database instance and replace it with backup data.

Expand Down Expand Up @@ -4542,7 +4542,7 @@ paths:

Requires `read_write` access to the Database.

The Database must have an `active` status to perform this command.
The Database must have an `active`, `degraded`, or `failed` status to perform this command.

**Note**: Restoring from a backup will erase all existing data on the database instance and replace it with backup data.

Expand Down