Compare commits

...

2 commits

Author SHA1 Message Date
Mathieu Velten 1b6197f998
Merge b47858b981 into 9c014a9045 2026-03-31 23:21:19 +01:00
Mathieu Velten b47858b981
Add 413 error to /sendToDevice 2026-03-20 17:32:14 +01:00

View file

@ -82,6 +82,18 @@ paths:
examples:
response:
value: {}
"413":
description: At least one device message is too large to fit in a single EDU.
content:
application/json:
schema:
$ref: definitions/errors/error.yaml
examples:
response:
value: {
"errcode": "M_TOO_LARGE",
"error": "device message to @test:example.com too large to fit in a single EDU"
}
tags:
- Send-to-Device messaging
servers: