Sha256: 4993a8dc14a05fa50adfd055fd17861332f9b3a146c12ea57a579d867fe337f1
Contents?: true
Size: 1018 Bytes
Versions: 7
Compression:
Stored size: 1018 Bytes
Contents
{ "url": "https://api.slack.com/events/group_unarchive", "event": "group_unarchive", "sub_schemas": { "channel_id": { "type": "string" }, "group_unarchive": { "type": "object", "description": "learn more: https://api.slack.com/events/group_unarchive", "properties": { "channel": { "$ref": "#/definitions/channel_id" }, "type": { "const": "group_unarchive" } }, "example": { "channel": "G024BE91L", "type": "group_unarchive" } } }, "schema": { "type": "object", "description": "learn more: https://api.slack.com/events/group_unarchive", "properties": { "channel": { "$ref": "#/definitions/channel_id" }, "type": { "const": "group_unarchive" } }, "example": { "channel": "G024BE91L", "type": "group_unarchive" } }, "compatibility": [ "RTM", "Events API" ], "scopes": [ "groups:read" ] }
Version data entries
7 entries across 7 versions & 1 rubygems