{
  "args": {
    "channel_id": {
      "desc": "Channel to set featured workflows in.",
      "required": true,
      "type": "string"
    },
    "trigger_ids": {
      "desc": "Comma-separated array of trigger IDs that will replace any existing featured workflows in the channel; max 15",
      "example": "[\"Ft012345\", \"Ft012346\"]",
      "required": true,
      "type": "array"
    }
  },
  "desc": "Set featured workflows for a channel.",
  "errors": {
    "error_modifying_workflows": "Error modifying workflows",
    "method_not_supported": "Method not yet supported",
    "restricted_action": "User does not have access to this method."
  },
  "rate_limit": {
    "label": "Tier 2: 20+ per minute",
    "url": "https://docs.slack.dev/apis/web-api/rate-limits"
  },
  "scopes": {
    "bot": [
      {
        "name": "bookmarks:write",
        "url": "https://docs.slack.dev/reference/scopes/bookmarks.write"
      }
    ],
    "user": [
      {
        "name": "bookmarks:write",
        "url": "https://docs.slack.dev/reference/scopes/bookmarks.write"
      }
    ]
  }
}

