Skip to content

Commit 29dd217

Browse files
committed
chore: update openapi
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 parent f558bc3 commit 29dd217

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

apps/files_sharing/openapi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,8 @@
702702
"type": "string"
703703
},
704704
"url": {
705-
"type": "string"
705+
"type": "string",
706+
"nullable": true
706707
}
707708
}
708709
},

openapi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2833,7 +2833,8 @@
28332833
"type": "string"
28342834
},
28352835
"url": {
2836-
"type": "string"
2836+
"type": "string",
2837+
"nullable": true
28372838
}
28382839
}
28392840
},

0 commit comments

Comments
 (0)