Skip to content

CreateAppConfig

POST
/v1/apps/{app_id}/config

Create an app config, by pushing the contents of a config file.

The API will automatically configure the app according to the config file in the background.

Authorizations

Parameters

Path Parameters

app_id
required
string

App ID

Request Body

Input

object
readme

Not required Readme

string

Responses

201

Created

object
app_id
string
created_at
string
created_by_id
string
id
string
org_id
string
readme
string
state
string
status
string
Allowed values: active pending syncing error outdated
status_description
string
updated_at
string
version

Fields that are filled in via after query or views

integer

400

Bad Request

object
description
string
error
string
user_error
boolean

401

Unauthorized

object
description
string
error
string
user_error
boolean

403

Forbidden

object
description
string
error
string
user_error
boolean

404

Not Found

object
description
string
error
string
user_error
boolean

500

Internal Server Error

object
description
string
error
string
user_error
boolean