Sha256: a2acf82d9464321736abbc44d548612ef9b20ccb920a35539a0950b09d302d2d
Contents?: true
Size: 1.88 KB
Versions: 7
Compression:
Stored size: 1.88 KB
Contents
{ "url": "https://api.slack.com/events/scope_denied", "event": "scope_denied", "sub_schemas": { "scope": { "type": "string", "enum": [ "channels:read", "channels:history", "groups:history", "mpim:history", "dnd:read", "team:read", "emoji:read", "files:read", "groups:read", "im:read", "im:history", "links:read", "pins:read", "reactions:read", "stars:read", "usergroups:read", "users:read" ] }, "trigger_id": { "type": "string" }, "scope_denied": { "type": "object", "description": "learn more: https://api.slack.com/events/scope_denied", "properties": { "scopes": { "type": "array", "items": { "$ref": "#/definitions/scope" } }, "trigger_id": { "$ref": "#/definitions/trigger_id" }, "type": { "const": "scope_denied" } }, "example": { "scopes": [ "files:read", "files:write", "chat:write" ], "trigger_id": "241582872337.47445629121.string", "type": "scope_denied" } } }, "schema": { "type": "object", "description": "learn more: https://api.slack.com/events/scope_denied", "properties": { "scopes": { "type": "array", "items": { "$ref": "#/definitions/scope" } }, "trigger_id": { "$ref": "#/definitions/trigger_id" }, "type": { "const": "scope_denied" } }, "example": { "scopes": [ "files:read", "files:write", "chat:write" ], "trigger_id": "241582872337.47445629121.string", "type": "scope_denied" } }, "compatibility": [ "Events API" ], "scopes": [ ] }
Version data entries
7 entries across 7 versions & 1 rubygems