Sha256: bd5e80b8347ae9b755c939f79e77d085e9a6ec3e77609f74e3495489e8fafe7e

Contents?: true

Size: 903 Bytes

Versions: 4

Compression:

Stored size: 903 Bytes

Contents

{
  "url": "https://api.slack.com/events/grid_migration_finished",
  "type": "grid_migration_finished",
  "response": {
    "enterprise_id": "EXXXXXXXX",
    "type": "grid_migration_finished"
  },
  "schema": {
    "$schema": "http://json-schema.org/draft-07/schema",
    "definitions": {
      "enterprise_id": {
        "type": "string"
      },
      "grid_migration_finished": {
        "type": "object",
        "description": "learn more: https://api.slack.com/events/grid_migration_finished",
        "properties": {
          "enterprise_id": {
            "$ref": "#/definitions/enterprise_id"
          },
          "type": {
            "const": "grid_migration_finished"
          }
        },
        "example": {
          "enterprise_id": "EXXXXXXXX",
          "type": "grid_migration_finished"
        }
      }
    }
  },
  "compatibility": [
    "Events API"
  ],
  "scopes": [

  ]
}

Version data entries

4 entries across 4 versions & 1 rubygems

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