Skip to main content
PATCH
Update App Configuration

Authorizations

X-API-KEY
string
header
required

API key for authentication

Path Parameters

app_name
string
required

Body

application/json
security_scheme
enum<string> | null

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

Available options:
no_auth,
api_key,
http_basic,
http_bearer,
oauth2
security_scheme_overrides
Security Scheme Overrides · object | null
enabled
boolean | null
all_functions_enabled
boolean | null
enabled_functions
string[] | null

Response

Successful Response

id
string<uuid>
required
project_id
string<uuid>
required
app_name
string
required
security_scheme
enum<string>
required

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

Available options:
no_auth,
api_key,
http_basic,
http_bearer,
oauth2
security_scheme_overrides
Security Scheme Overrides · object
required
enabled
boolean
required
all_functions_enabled
boolean
required
enabled_functions
string[]
required
created_at
string<date-time>
required
updated_at
string<date-time>
required