Current section
Files
Jump to
Current section
Files
priv/docs/methods/admin.teams.settings.setDescription.json
{
"args": {
"description": {
"desc": "The new description for the workspace.",
"required": true,
"type": "string"
},
"team_id": {
"desc": "ID for the workspace to set the description for.",
"required": true
}
},
"desc": "Set the description of a given workspace.",
"errors": {
"failed_to_set_description": "There was an error setting the description.",
"feature_not_enabled": "The Admin APIs feature is not enabled for this team.",
"team_not_found": "The requested `team_id` can't be found."
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"user": [
{
"name": "admin.teams:write",
"url": "https://docs.slack.dev/reference/scopes/admin.teams.write"
}
]
}
}