summary refs log tree commit diff
path: root/api/assets
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-13 17:58:48 +1000
committerGitHub <noreply@github.com>2022-07-13 17:58:48 +1000
commit5e2c5fc9b72bb6f86e2f49483e324248386ff648 (patch)
treeda3ee2cadfc172f16b2a0fa83cdc3ab6c2bd8b43 /api/assets
parentCheck if email required in PATCH @me (diff)
parentRelax some of the limits (diff)
downloadserver-ts-5e2c5fc9b72bb6f86e2f49483e324248386ff648.tar.xz
Merge branch 'master' into fix/claim_accounts
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 03c240a0..f474fee6 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" },