{
  "args": {
    "cells": {
      "desc": "Cells to update.",
      "example": "[{\"row_id\":\"Rec014K005UQJ\",\"column_id\":\"Col014K005UQJ\",\"user\":[\"U01284PCR98\", \"U0137181B5H\"]}]",
      "required": true,
      "type": "array"
    },
    "list_id": {
      "desc": "ID of the List to add or update cells.",
      "example": "F01ABCDE2FG",
      "required": true,
      "type": "string"
    }
  },
  "desc": "Updates cells in a List.",
  "errors": {
    "channel_not_found": "The channel cannot be found.",
    "column_id_not_provided": "The `column_id` or `column_id_to_create` field must be provided.",
    "column_not_found": "The column was not found.",
    "file_not_found": "Invalid file ID for this List.",
    "invalid_attachment": "Invalid attachment provided.",
    "invalid_blocks": "Rich text payload supplied is invalid.",
    "invalid_column_id": "Invalid column ID for this List.",
    "invalid_date": "Date supplied is invalid.",
    "invalid_email": "Email supplied is invalid.",
    "invalid_input_type": "Supplied value key or value type is invalid for the given column type.",
    "invalid_link": "Message archive link supplied is invalid.",
    "invalid_message": "Invalid message provided.",
    "invalid_option_id": "Option supplied is invalid.",
    "invalid_phone_number": "Invalid phone number provided.",
    "invalid_row_id": "Invalid row ID for this List.",
    "invalid_text_block": "Rich text payload supplied is invalid.",
    "invalid_vote_value": "Invalid vote value is supplied.",
    "list_not_found": "The List was not found.",
    "over_cell_fields_limit": "The supplied cell fields are over the cell field maximum.",
    "permission_denied": "The user does not have permission to perform this action.",
    "row_id_not_provided": "The `row_id` or `row_id_to_create` field must be provided.",
    "row_not_found": "The row was not found.",
    "team_not_found": "The team cannot be found.",
    "uneditable_column": "The column cannot be updated.",
    "user_not_found": "The user cannot be found."
  },
  "rate_limit": {
    "label": "Tier 3: 50+ 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"
      }
    ]
  }
}

