Skip to main content

@slack/web-api / AppsManifestUpdateArguments

Interface: AppsManifestUpdateArguments

Defined in: packages/web-api/src/types/request/apps.ts:26

Extends​

  • AppID.TokenOverridable

Properties​

app_id​

app_id: string;

Defined in: packages/web-api/src/types/request/common.ts:101

Description​

The ID of the app.

Inherited from​

AppID.app_id

manifest​

manifest: Manifest;

Defined in: packages/web-api/src/types/request/apps.ts:27


token?​

optional token?: string;

Defined in: packages/web-api/src/types/request/common.ts:43

Description​

Overridable authentication token bearing required scopes.

Inherited from​

TokenOverridable.token