Skip to content

UpdateAppConfig

PATCH
/v1/apps/{app_id}/config/{app_config_id}

Update an app config, setting status and state.

Authorizations

Parameters

Path Parameters

app_id
required
string

App ID

app_config_id
required
string

App config ID

Request Body

Input

object
state
string
status
string
Allowed values: active pending syncing error outdated
status_description
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