{
  "args": {
    "duplicated_item_id": {
      "desc": "ID of the record to make a copy of.",
      "required": false
    },
    "initial_fields": {
      "desc": "Initial item data.",
      "required": false,
      "type": "array"
    },
    "list_id": {
      "desc": "ID of the List to add the item to.",
      "required": true
    },
    "parent_item_id": {
      "desc": "ID of the parent record for this subtask.",
      "required": false
    }
  },
  "desc": "Add a new item to an existing List.",
  "errors": {
    "duplicated_item_not_found": "The item to duplicate cannot be found.",
    "file_not_found": "The attachment file could not be found.",
    "invalid_args": "The provided arguments are invalid.",
    "invalid_column_id": "The column ID provided does not exist in the List.",
    "invalid_input_type": "The field value type does not match the column type.",
    "invalid_option_id": "Option ID provided does not match column definition.",
    "invalid_vote_value": "Invalid value provided for a vote column.",
    "list_not_found": "The List was not found.",
    "over_cell_fields_limit": "Too many values provided for a single field.",
    "over_row_maximum": "Cannot create more items over the maximum.",
    "team_not_found": "The team cannot be found.",
    "uneditable_column": "Initial values provided for an uneditable column.",
    "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"
      }
    ]
  }
}

