Skip to main content

Interface: AdminTeamsSettingsSetNameArguments

Extends

  • TeamID.TokenOverridable

Properties

name

name: string;

Description

The new name of the workspace.

Defined in

packages/web-api/src/types/request/admin/teams.ts:55


team_id

team_id: string;

Description

The encoded team ID.

Inherited from

TeamID.team_id

Defined in

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


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