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