Sha256: b567cde78eac36bd66ec0b5515342cc692ed43425b42701255e7dc4cebd1043c
Contents?: true
Size: 1.37 KB
Versions: 7
Compression:
Stored size: 1.37 KB
Contents
{ "url": "https://api.slack.com/events/file_change", "event": "file_change", "sub_schemas": { "file_id": { "type": "string" }, "file": { "type": "object", "description": "(defined by script)", "properties": { "id": { "$ref": "#/definitions/file_id" } } }, "file_change": { "type": "object", "description": "learn more: https://api.slack.com/events/file_change", "properties": { "file": { "$ref": "#/definitions/file" }, "file_id": { "$ref": "#/definitions/file_id" }, "type": { "const": "file_change" } }, "example": { "file": { "id": "F2147483862" }, "file_id": "F2147483862", "type": "file_change" } } }, "schema": { "type": "object", "description": "learn more: https://api.slack.com/events/file_change", "properties": { "file": { "$ref": "#/definitions/file" }, "file_id": { "$ref": "#/definitions/file_id" }, "type": { "const": "file_change" } }, "example": { "file": { "id": "F2147483862" }, "file_id": "F2147483862", "type": "file_change" } }, "compatibility": [ "RTM", "Events API" ], "scopes": [ "files:read" ] }
Version data entries
7 entries across 7 versions & 1 rubygems