Sha256: e8d797bad775ea4e9c4c5c14972b822eeda940a1bea66f1d825e5354322c38bc
Contents?: true
Size: 896 Bytes
Versions: 4
Compression:
Stored size: 896 Bytes
Contents
{ "url": "https://api.slack.com/events/grid_migration_started", "type": "grid_migration_started", "response": { "enterprise_id": "EXXXXXXXX", "type": "grid_migration_started" }, "schema": { "$schema": "http://json-schema.org/draft-07/schema", "definitions": { "enterprise_id": { "type": "string" }, "grid_migration_started": { "type": "object", "description": "learn more: https://api.slack.com/events/grid_migration_started", "properties": { "enterprise_id": { "$ref": "#/definitions/enterprise_id" }, "type": { "const": "grid_migration_started" } }, "example": { "enterprise_id": "EXXXXXXXX", "type": "grid_migration_started" } } } }, "compatibility": [ "Events API" ], "scopes": [ ] }
Version data entries
4 entries across 4 versions & 1 rubygems