Sha256: 8fb78be1a01faf3745ac6eb6a2144b5e94f13048301c3b72e0d493ad91be5e9d
Contents?: true
Size: 1.32 KB
Versions: 4
Compression:
Stored size: 1.32 KB
Contents
{ "url": "https://api.slack.com/events/star_removed", "type": "star_removed", "response": { "event_ts": "1360782804.083113", "item": { }, "type": "star_removed", "user": "U024BE7LH" }, "schema": { "$schema": "http://json-schema.org/draft-07/schema", "definitions": { "timestamp": { "type": "string" }, "star_item": { "type": "object", "description": "definition snipped. learn more: https://api.slack.com/events/star_added", "properties": { } }, "user_id": { "type": "string" }, "star_removed": { "type": "object", "description": "learn more: https://api.slack.com/events/star_removed", "properties": { "event_ts": { "$ref": "#/definitions/timestamp" }, "item": { "$ref": "#/definitions/star_item" }, "type": { "const": "star_removed" }, "user": { "$ref": "#/definitions/user_id" } }, "example": { "event_ts": "1360782804.083113", "item": { }, "type": "star_removed", "user": "U024BE7LH" } } } }, "compatibility": [ "RTM", "Events API" ], "scopes": [ "stars:read" ] }
Version data entries
4 entries across 4 versions & 1 rubygems