curl --request POST \
--url https://apps-studio.thena.ai/apps/reinstall \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"installationId": "9FKHF3KJ10JQTR2YJ6QW1QZTHBZ85",
"appConfiguration": {
"required_settings": [
"check the app manifest for required_settings schema"
],
"optional_settings": [
"check the app manifest for optional_settings schema"
]
}
}
'{}Reinstall an app for the given teams.
curl --request POST \
--url https://apps-studio.thena.ai/apps/reinstall \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"installationId": "9FKHF3KJ10JQTR2YJ6QW1QZTHBZ85",
"appConfiguration": {
"required_settings": [
"check the app manifest for required_settings schema"
],
"optional_settings": [
"check the app manifest for optional_settings schema"
]
}
}
'{}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.
Bad Request - Invalid input parameters