App Configurations
Create App Configuration
Create an app configuration for a project
POST
Authorizations
API key for authentication
Body
application/json
Create a new app configuration “all_functions_enabled=True” → ignore enabled_functions. “all_functions_enabled=False” AND non-empty enabled_functions → selectively enable that list. “all_functions_enabled=False” AND empty enabled_functions → all functions disabled.
security scheme type for an app (or function if support override)
Available options:
no_auth
, api_key
, http_basic
, http_bearer
, oauth2
Response
200
application/json
Successful Response
security scheme type for an app (or function if support override)
Available options:
no_auth
, api_key
, http_basic
, http_bearer
, oauth2