summary refs log tree commit diff
path: root/api/assets
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-09 14:17:20 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-09 14:17:20 +1000
commit80cf83651255e28828f4d9cdc4ee02e95c632572 (patch)
treee918d72da641552d56c6318ef184bb449075bd3a /api/assets
parentbot stuff idk (diff)
parentMerge branch 'feat/multiUploads' into feat/latestWebClient (diff)
downloadserver-ts-80cf83651255e28828f4d9cdc4ee02e95c632572.tar.xz
Merge branch 'feat/latestWebClient' into slowcord
Diffstat (limited to 'api/assets')
-rw-r--r--api/assets/schemas.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/api/assets/schemas.json b/api/assets/schemas.json

index ae2426d1..805e1535 100644 --- a/api/assets/schemas.json +++ b/api/assets/schemas.json
@@ -2,12 +2,18 @@ "MessageCreateSchema": { "type": "object", "properties": { + "type": { + "type": "integer" + }, "content": { "type": "string" }, "nonce": { "type": "string" }, + "channel_id": { + "type": "string" + }, "tts": { "type": "boolean" },