Skip to content

Commit 06a7d9b

Browse files
committed
chore: update openapi
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 parent c5664e0 commit 06a7d9b

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
@@ -721,7 +721,8 @@
721721
"type": "string"
722722
},
723723
"url": {
724-
"type": "string"
724+
"type": "string",
725+
"nullable": true
725726
}
726727
}
727728
},

openapi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2852,7 +2852,8 @@
28522852
"type": "string"
28532853
},
28542854
"url": {
2855-
"type": "string"
2855+
"type": "string",
2856+
"nullable": true
28562857
}
28572858
}
28582859
},

0 commit comments

Comments
 (0)