For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update App Entitlements

Update the application entitlements for the company.

Update the application entitlements for the company

post
Header parameters
sessionTokenstringRequired

Session authentication token.

Bodyobject · PodAppEntitlement[]

Application Entitlements for the company

appIdstring · min: 1 · max: 256Required

Unique ID for the Application

Example: djApp
appNamestring · min: 1 · max: 50Required

Name for this Application

Example: Dow Jones
enablebooleanRequiredExample: true
listedbooleanRequired

if true, this application will be listed in the appstore for everyone. Otherwise, this application will be hidden in the appstore.

Example: true
installbooleanRequired

if true, the entitlement is set to automatic for the company. Otherwise, it is set to manual.

Example: true
Responses
200

Success

application/json

Application Entitlements for the company

appIdstring · min: 1 · max: 256Required

Unique ID for the Application

Example: djApp
appNamestring · min: 1 · max: 50Required

Name for this Application

Example: Dow Jones
enablebooleanRequiredExample: true
listedbooleanRequired

if true, this application will be listed in the appstore for everyone. Otherwise, this application will be hidden in the appstore.

Example: true
installbooleanRequired

if true, the entitlement is set to automatic for the company. Otherwise, it is set to manual.

Example: true
post/v1/admin/app/entitlement/list

🚧 Restricted Endpoint

Only Administrators are entitled to call this endpoint. See Bot Permissions) for a list of roles and associated privileges.

Last updated

Was this helpful?