Current section
Files
Jump to
Current section
Files
priv/docs/methods/admin.teams.settings.setName.json
{
"args": {
"name": {
"desc": "The new name of the workspace.",
"required": true,
"type": "string"
},
"team_id": {
"desc": "ID for the workspace to set the name for.",
"required": true
}
},
"desc": "Set the name of a given workspace.",
"errors": {
"failed_to_set_name": "Returned when there is an error to set the name",
"feature_not_enabled": "The Admin APIs feature is not enabled for this team.",
"team_not_found": "Returned when team\\_id can’t be resolved"
},
"rate_limit": {
"label": "Tier 3: 50+ 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"
}
]
}
}