Install App Instance
Prisme.ai Workspaces
Install App Instance
Install a new app
POST
Install App Instance
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Workspace id
Body
application/json
App unique id
Example:
{ "fr": "Bonjour", "en": "Hello" }Defaults to the latest known app version
Unique & human readable id across current workspace's appInstances, which will be used to call this app automations
If disabled, this appInstance will be ignored during execution
Pattern:
^[0-9A-Za-z._:-]{2,60}$Response
Success Response
App unique id
Example:
{ "fr": "Bonjour", "en": "Hello" }Defaults to the latest known app version
Unique & human readable id across current workspace's appInstances, which will be used to call this app automations
If disabled, this appInstance will be ignored during execution
Pattern:
^[0-9A-Za-z._:-]{2,60}$