Sha256: 14d5dd489eef4493359b59690b6337945c94841373c11398205816d8be80aaad

Contents?: true

Size: 1.03 KB

Versions: 4

Compression:

Stored size: 1.03 KB

Contents

{
  "url": "https://api.slack.com/events/channel_unarchive",
  "type": "channel_unarchive",
  "response": {
    "channel": "C024BE91L",
    "type": "channel_unarchive",
    "user": "U024BE7LH"
  },
  "schema": {
    "$schema": "http://json-schema.org/draft-07/schema",
    "definitions": {
      "channel_id": {
        "type": "string"
      },
      "user_id": {
        "type": "string"
      },
      "channel_unarchive": {
        "type": "object",
        "description": "learn more: https://api.slack.com/events/channel_unarchive",
        "properties": {
          "channel": {
            "$ref": "#/definitions/channel_id"
          },
          "type": {
            "const": "channel_unarchive"
          },
          "user": {
            "$ref": "#/definitions/user_id"
          }
        },
        "example": {
          "channel": "C024BE91L",
          "type": "channel_unarchive",
          "user": "U024BE7LH"
        }
      }
    }
  },
  "compatibility": [
    "RTM",
    "Events API"
  ],
  "scopes": [
    "channels: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/channel_unarchive.json
slack_resources-0.1.2 lib/slack_resources/resources/event_api/details/channel_unarchive.json
slack_resources-0.1.1 lib/slack_resources/resources/event_api/details/channel_unarchive.json
slack_resources-0.1.0 lib/slack_resources/resources/event_api/details/channel_unarchive.json