mirror of
https://github.com/nextcloud/server.git
synced 2026-05-26 11:22:28 -04:00
chore: update openapi
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
f558bc30f6
commit
29dd217ae0
2 changed files with 4 additions and 2 deletions
|
|
@ -702,7 +702,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2833,7 +2833,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue