API reference
Platform
- Search
- Users
- Teams
- Tickets
- Tags
- Ticket tags
- Accounts
- Forms
- Comments
- Emoji actions
- Custom object fields
- Custom objects
- Object records
- Views
- Views types
- Draft tickets
- Storage
- Reactions
Workflows
- Workflows
Apps platform
- App creation
- App installation
- App uninstallation
- App reinstallation
- Incoming webhook
App reinstallation
Reinstall an app
Reinstall an app for the given teams.
POST
/
apps
/
reinstall
curl --request POST \
--url https://apps-studio.thena.ai/apps/reinstall \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"teamIds": [
"TGCA9557W4",
"TGCA9557W5"
],
"appId": "9FKHF3KJ10JQTR2YJ6QW1QZTHBZ85",
"appConfiguration": {
"required_settings": [
"check the app manifest for required_settings schema"
],
"optional_settings": [
"check the app manifest for optional_settings schema"
]
}
}'
This response does not have an example.
Authorizations
Body
application/json
Response
400
Bad Request - Invalid input parameters
curl --request POST \
--url https://apps-studio.thena.ai/apps/reinstall \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"teamIds": [
"TGCA9557W4",
"TGCA9557W5"
],
"appId": "9FKHF3KJ10JQTR2YJ6QW1QZTHBZ85",
"appConfiguration": {
"required_settings": [
"check the app manifest for required_settings schema"
],
"optional_settings": [
"check the app manifest for optional_settings schema"
]
}
}'
This response does not have an example.
Assistant
Responses are generated using AI and may contain mistakes.