Skip to content

/backup-configs/{id}/runs/{runId}/restore

POST
/backup-configs/{id}/runs/{runId}/restore
curl --request POST \
--url https://example.com/api/v1/backup-configs/example/runs/example/restore
id
required
string
runId
required
string

Default Response

Media type application/json
object
ok
required
boolean
error
string
Example generated
{
"ok": true,
"error": "example"
}

Default Response

Media type application/json
object
type
required
string
title
required
string
status
required
integer
code
required
string
detail
string
instance
string
errors
Array<object>
object
path
required
string
message
required
string
Example generated
{
"type": "example",
"title": "example",
"status": 1,
"code": "example",
"detail": "example",
"instance": "example",
"errors": [
{
"path": "example",
"message": "example"
}
]
}

Default Response

Media type application/json
object
type
required
string
title
required
string
status
required
integer
code
required
string
detail
string
instance
string
errors
Array<object>
object
path
required
string
message
required
string
Example generated
{
"type": "example",
"title": "example",
"status": 1,
"code": "example",
"detail": "example",
"instance": "example",
"errors": [
{
"path": "example",
"message": "example"
}
]
}