summary refs log tree commit diff
path: root/assets/openapi.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-04-15 21:44:13 +0200
committerRory& <root@rory.gay>2026-04-18 18:26:34 +0200
commit103922e8411d4735ef9bb449e3abc16ec7d1dbce (patch)
tree0ba16db63f28d234f87531c0a2a15df67111a546 /assets/openapi.json
parentNo attachment URLs (diff)
downloadserver-ts-103922e8411d4735ef9bb449e3abc16ec7d1dbce.tar.xz
Fix attachments
Diffstat (limited to 'assets/openapi.json')
-rw-r--r--assets/openapi.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/assets/openapi.json b/assets/openapi.json

index 56d5a2cd..913920f5 100644 --- a/assets/openapi.json +++ b/assets/openapi.json
@@ -11201,12 +11201,6 @@ "size": { "type": "integer" }, - "url": { - "type": "string" - }, - "proxy_url": { - "type": "string" - }, "height": { "type": "integer" }, @@ -11219,21 +11213,27 @@ "message_id": { "type": "string" }, + "channel_id": { + "type": "string" + }, "message": { "$ref": "#/components/schemas/Message" }, + "channel": { + "$ref": "#/components/schemas/Channel" + }, "id": { "type": "string" } }, "required": [ + "channel", + "channel_id", "filename", "id", "message", "message_id", - "proxy_url", - "size", - "url" + "size" ] }, "Embed": {