Skip to main content

Interface: AppsManifestUpdateArguments

Extends

  • AppID.TokenOverridable

Properties

app_id

app_id: string;

Description

The ID of the app.

Inherited from

AppID.app_id

Defined in

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


manifest

manifest: Manifest;

Defined in

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


token?

optional token: string;

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

Defined in

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