Skip to main content
POST
/
apps
/
update-config
update the configuration for installations
curl --request POST \
  --url https://apps-studio.thena.ai/apps/update-config \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "installationId": "<string>",
  "configuration": {
    "required_settings": [
      "check the app manifest for required_settings schema"
    ],
    "optional_settings": [
      "check the app manifest for optional_settings schema"
    ]
  }
}
'
{
  "installationId": "<string>",
  "configuration": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.thena.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Body

application/json
installationId
string
required

The ID of the installation to update

configuration
object
required

the config value that needs to be updated

Response

Operation successful

installationId
string
required

The ID of the installation to update

configuration
object
required

the config value that was updated