Skip to content

Commit

Permalink
chore: update openapi spec
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <[email protected]>
  • Loading branch information
elzody committed Jan 15, 2025
1 parent fdfeb7f commit 52a433a
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions apps/files/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}
}
Expand Down

0 comments on commit 52a433a

Please sign in to comment.