Prisme.ai Workspaces
Post v2workspaces apps
Install a new app
POST
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
Response
200
application/json
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
Was this page helpful?