Sha256: 8dfe565a2de2d4754aa73a256142a07a462391946005a17c39c5ee2b44aa5a00
Contents?: true
Size: 837 Bytes
Versions: 4
Compression:
Stored size: 837 Bytes
Contents
{ "url": "https://api.slack.com/events/group_archive", "type": "group_archive", "response": { "channel": "G024BE91L", "type": "group_archive" }, "schema": { "$schema": "http://json-schema.org/draft-07/schema", "definitions": { "channel_id": { "type": "string" }, "group_archive": { "type": "object", "description": "learn more: https://api.slack.com/events/group_archive", "properties": { "channel": { "$ref": "#/definitions/channel_id" }, "type": { "const": "group_archive" } }, "example": { "channel": "G024BE91L", "type": "group_archive" } } } }, "compatibility": [ "RTM", "Events API" ], "scopes": [ "groups:read" ] }
Version data entries
4 entries across 4 versions & 1 rubygems