Manage PubNub App
manage_appsManage PubNub apps: list all apps, create new apps, or update existing app names.
Instructions
Manages PubNub apps with operations: list, create, update. - 'list': List all apps on your account. - 'create': Create a new app. User must provide data.name. - 'update': Update an existing app name. User must provide data.id and data.name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | Operation to perform: 'list' to list all apps, 'create' to create a new app, 'update' to update an existing app. | |
| data | No | Operation-specific data. For 'list': not required. For 'create': {name}. For 'update': {id, name}. |