put https://{server}/api/v2.1/external-apps//status/
Activate or deactivate a universal app. Pay attention that true
means the app is inactive. false
means the app is active.
Response
Activate or deactivate a universal app. Pay attention that true
means the app is inactive. false
means the app is active.
xxxxxxxxxx
curl --request PUT \
--url https://cloud.seatable.io/api/v2.1/external-apps/app_token/status/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"is_inactive":true}'
Try It!
to start a request and see the response here! Or choose an example: