POST
/
v1
/
app-configurations
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "app_name": "<string>",
  "security_scheme": "no_auth",
  "security_scheme_overrides": {},
  "enabled": true,
  "all_functions_enabled": true,
  "enabled_functions": [
    "<string>"
  ],
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-KEY
string
header
required

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.

Response

200
application/json

Successful Response

The response is of type object.