provider admin.teams.settingsadmin POST /admin.teams.settings.setDescription
@utdk/slack /admin.teams.settings.setDescription
admin_teams_settings_setDescription
Set the description of a given workspace.
token header required
Authentication token. Requires scope: `admin.teams:write`
string

Try it

Authentication
Configure credentials for Slack Web API
adminTeamsSettingsSetdescription
POST/admin.teams.settings.setDescription
Set the description of a given workspace.

Input

required

The new description for the workspace.

required

ID for the workspace to set the description for.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.adminTeamsSettingsSetdescription()