Endpoint
PUT https://embedworkflow.com/api/v1/installed_apps/{app_identifier}
Path Parameters
App indentifier
Request Body
User permission groups. Only available to users with admin role.
Response
Returns successful.
Response Properties
System-generated unique identifier
Unique identifier for the app
Currently installed version of the app
Latest available version of the app
Permission groups that can access this app
Icon configuration for the installed app
Schema configuration for the installed app
Last used at in specified timezone
Last used at formatted as human-readable string
Last used at in UTC
Display name of the installed app
Object type identifier
Previously installed version of the app
Whether an upgrade is available for this app
Upgraded at in specified timezone
Upgraded at formatted as human-readable string
Upgraded at in UTC
Errors
404
- not found
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{ "id": "0198c2e9-c1a7-776d-99a1-9416552d184f", "app_identifier": "slack", "app_version": "1.0.0", "available_version": "1.0.0", "groups": [ "admins" ], "icon": {}, "installed_schema": {}, "last_used_at": null, "last_used_at_string": null, "last_used_at_utc": null, "name": "Slack", "object": "installed_app", "previous_version": null, "upgrade_available": false, "upgraded_at": null, "upgraded_at_string": null, "upgraded_at_utc": null }