summary refs log tree commit diff
path: root/assets/openapi.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-06-11 18:16:31 +0200
committerRory& <root@rory.gay>2026-06-12 17:58:18 +0200
commit2c1be0fa53ca2b8efb5b04de3e2bd41b61917c69 (patch)
tree8f3bbf3f06d2e756da52fb8d6306a8734a4ff2b3 /assets/openapi.json
parentAllow subpath imports, move extensions to separate module (diff)
downloadserver-ts-2c1be0fa53ca2b8efb5b04de3e2bd41b61917c69.tar.xz
Use subpath imports for lambert-server, fix openapi.js
Diffstat (limited to 'assets/openapi.json')
-rw-r--r--assets/openapi.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/assets/openapi.json b/assets/openapi.json

index b5445287..26c330a5 100644 --- a/assets/openapi.json +++ b/assets/openapi.json
@@ -3767,9 +3767,7 @@ "additionalProperties": false }, "intents": { - "type": "number", - "properties": {}, - "additionalProperties": false + "type": "number" }, "presence": { "$ref": "#/components/schemas/ActivitySchema" @@ -3788,9 +3786,7 @@ "maxItems": 2, "type": "array", "items": { - "type": "number", - "properties": {}, - "additionalProperties": false + "type": "number" } }, "guild_subscriptions": { @@ -10872,6 +10868,9 @@ "$ref": "#/components/schemas/MessageSnapshot" } }, + "isWebhook": { + "type": "boolean" + }, "id": { "type": "string" } @@ -10881,6 +10880,7 @@ "embeds", "flags", "id", + "isWebhook", "mention_channels", "mention_roles", "mentions",