{
  "args": {
    "app_id": {
      "desc": "The ID of the app whose configuration you want to export as a manifest.",
      "required": true
    }
  },
  "desc": "Export an app manifest from an existing app",
  "errors": {
    "app_not_eligible": "The specified app is not elgible for this API.",
    "app_not_found": "The specified app was not found.",
    "app_not_owned_by_manager_app": "The app is not owned by the manager app.",
    "failed_export": "Failed to export manifest for given app ID",
    "invalid_app_id": "The app ID passed is invalid.",
    "unknown_method": "This method does not exist."
  },
  "rate_limit": {
    "label": "Tier 3: 50+ per minute",
    "url": "https://docs.slack.dev/apis/web-api/rate-limits"
  },
  "scopes": {}
}

