Sha256: 6758a79e6b8d2ace80f0b539a07b1ebbd61e674e451f0b0a44027718c48014ad

Contents?: true

Size: 1.05 KB

Versions: 7

Compression:

Stored size: 1.05 KB

Contents

{
  "url": "https://api.slack.com/events/subteam_self_removed",
  "event": "subteam_self_removed",
  "sub_schemas": {
    "subteam_id": {
      "type": "string"
    },
    "subteam_self_removed": {
      "type": "object",
      "description": "learn more: https://api.slack.com/events/subteam_self_removed",
      "properties": {
        "subteam_id": {
          "$ref": "#/definitions/subteam_id"
        },
        "type": {
          "const": "subteam_self_removed"
        }
      },
      "example": {
        "subteam_id": "S0615G0KT",
        "type": "subteam_self_removed"
      }
    }
  },
  "schema": {
    "type": "object",
    "description": "learn more: https://api.slack.com/events/subteam_self_removed",
    "properties": {
      "subteam_id": {
        "$ref": "#/definitions/subteam_id"
      },
      "type": {
        "const": "subteam_self_removed"
      }
    },
    "example": {
      "subteam_id": "S0615G0KT",
      "type": "subteam_self_removed"
    }
  },
  "compatibility": [
    "RTM",
    "Events API"
  ],
  "scopes": [
    "usergroups:read"
  ]
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
slack_resources-0.1.9 lib/slack_resources/resources/event_api/details/subteam_self_removed.json
slack_resources-0.1.8 lib/slack_resources/resources/event_api/details/subteam_self_removed.json
slack_resources-0.1.7 lib/slack_resources/resources/event_api/details/subteam_self_removed.json
slack_resources-0.1.6 lib/slack_resources/resources/event_api/details/subteam_self_removed.json
slack_resources-0.1.5 lib/slack_resources/resources/event_api/details/subteam_self_removed.json
slack_resources-0.1.4 lib/slack_resources/resources/event_api/details/subteam_self_removed.json
slack_resources-0.0.0 lib/slack_resources/resources/event_api/details/subteam_self_removed.json