Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: extract new openAPI definitions
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Dec 22, 2025
commit 38c38edf2d206ccb9027780977698ea0785ddf96
3 changes: 1 addition & 2 deletions apps/dav/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,7 @@
"schema": {
"type": "object",
"required": [
"fileId",
"expirationTime"
"fileId"
],
"properties": {
"fileId": {
Expand Down
3 changes: 1 addition & 2 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -16704,8 +16704,7 @@
"schema": {
"type": "object",
"required": [
"fileId",
"expirationTime"
"fileId"
],
"properties": {
"fileId": {
Expand Down
Loading