chore: update openapi spec

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
pull/49922/head
Elizabeth Danzberger 2025-01-15 16:49:14 +07:00
parent fdfeb7f265
commit 52a433ad33
No known key found for this signature in database
GPG Key ID: D64CE07FD0188C79
1 changed files with 15 additions and 3 deletions

@ -108,9 +108,21 @@
"type": "string"
},
"to": {
"type": "object",
"additionalProperties": {
"type": "string"
"type": "array",
"items": {
"type": "object",
"required": [
"mime",
"name"
],
"properties": {
"mime": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}