Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods slackLists.update.json
Raw

priv/docs/methods/slackLists.update.json

{
"args": {
"description_blocks": {
"desc": "A rich text description of the List.",
"example": "[{\"type\":\"rich_text\",\"elements\":[{\"type\":\"rich_text_section\",\"elements\":[{\"type\":\"text\",\"text\":\"My list description!\"}]}]}]",
"required": false,
"type": "array"
},
"id": {
"desc": "The ID of the List to update.",
"required": true
},
"name": {
"desc": "The updated name of the List.",
"example": "My List",
"required": false,
"type": "string"
},
"todo_mode": {
"desc": "Boolean indicating whether the List should be in todo mode.",
"example": "true",
"required": false,
"type": "boolean"
}
},
"desc": "Update a List.",
"errors": {
"file_channel_rename_error": "Failed to rename file channel based on file title.",
"list_editor_upsert_error": "Failed to upsert List editor.",
"list_edits_update_error": "Failed to update List metadata.",
"list_not_found": "The List was not found.",
"missing_arguments": "No arguments were provided to update the List.",
"over_title_length_maximum": "Title can not exceed defined length.",
"team_not_found": "The team cannot be found.",
"unexpected_description_blocks_arg": "Unexpected description blocks argument.",
"user_not_found": "The user cannot be found."
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"bot": [
{
"name": "lists:write",
"url": "https://docs.slack.dev/reference/scopes/lists.write"
}
],
"user": [
{
"name": "lists:write",
"url": "https://docs.slack.dev/reference/scopes/lists.write"
}
]
}
}