latestOpenAPI 3.1.02026-08-08151638.8 KB

718400d06fee

app-configurations

Update App Configuration

Update an app configuration by app name. If a field is not included in the request body, it will not be changed.

patch/v1/app-configurations/{app_name}

Path parameters

app_namestring required

Request body

security_scheme'no_auth' | 'api_key' | 'http_basic' | 'http_bearer' | 'oauth2'

security scheme type for an app (or function if support override)

security_scheme_overridesobject nullable
enabledboolean nullable
all_functions_enabledboolean nullable
enabled_functionsstring[] nullable

Response

Successful Response

idstring uuid required
project_idstring uuid required
app_namestring required
security_scheme'no_auth' | 'api_key' | 'http_basic' | 'http_bearer' | 'oauth2' required

security scheme type for an app (or function if support override)

security_scheme_overridesobject required
enabledboolean required
all_functions_enabledboolean required
enabled_functionsstring[] required
created_atstring date-time required
updated_atstring date-time required