Create a backup config for an app
POST /apps/{slug}/backups/configs
POST
/apps/{slug}/backups/configs
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” slug
required
string
App slug (lowercase, dash-separated).
Request Body required
Section titled “Request Body required ”object
id
integer format: int64
app_id
integer format: int64
name
string
strategy
string
Example
postgres strategy_config_json
string
target
string
Example
s3 target_config_json
string
schedule_cron
string
retention_count
integer
enabled
boolean
created_at
string format: date-time
Responses
Section titled “ Responses ”Created.
object
id
integer format: int64
app_id
integer format: int64
name
string
strategy
string
Example
postgres strategy_config_json
string
target
string
Example
s3 target_config_json
string
schedule_cron
string
retention_count
integer
enabled
boolean
created_at
string format: date-time