Sha256: 92aaa1b9f2ae1bbc5894b96c7e251cc6fb2c393ce1431ec1b4fed0fc5cb1f27a

Contents?: true

Size: 1.63 KB

Versions: 4

Compression:

Stored size: 1.63 KB

Contents

{
  "url": "https://api.slack.com/events/pin_removed",
  "type": "pin_removed",
  "response": {
    "channel_id": "C02ELGNBH",
    "event_ts": "1360782804.083113",
    "has_pins": false,
    "item": {
    },
    "type": "pin_removed",
    "user": "U024BE7LH"
  },
  "schema": {
    "$schema": "http://json-schema.org/draft-07/schema",
    "definitions": {
      "channel_id": {
        "type": "string"
      },
      "timestamp": {
        "type": "string"
      },
      "pin_item": {
        "type": "object",
        "description": "definition snipped. learn more: https://api.slack.com/events/pin_removed",
        "properties": {
        }
      },
      "user_id": {
        "type": "string"
      },
      "pin_removed": {
        "type": "object",
        "description": "learn more: https://api.slack.com/events/pin_removed",
        "properties": {
          "channel_id": {
            "$ref": "#/definitions/channel_id"
          },
          "event_ts": {
            "$ref": "#/definitions/timestamp"
          },
          "has_pins": {
            "type": "boolean"
          },
          "item": {
            "$ref": "#/definitions/pin_item"
          },
          "type": {
            "const": "pin_removed"
          },
          "user": {
            "$ref": "#/definitions/user_id"
          }
        },
        "example": {
          "channel_id": "C02ELGNBH",
          "event_ts": "1360782804.083113",
          "has_pins": false,
          "item": {
          },
          "type": "pin_removed",
          "user": "U024BE7LH"
        }
      }
    }
  },
  "compatibility": [
    "RTM",
    "Events API"
  ],
  "scopes": [
    "pins:read"
  ]
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
slack_resources-0.1.3 lib/slack_resources/resources/event_api/details/pin_removed.json
slack_resources-0.1.2 lib/slack_resources/resources/event_api/details/pin_removed.json
slack_resources-0.1.1 lib/slack_resources/resources/event_api/details/pin_removed.json
slack_resources-0.1.0 lib/slack_resources/resources/event_api/details/pin_removed.json