mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
chore: Regenerate openapi.json
Signed-off-by: jld3103 <jld3103yt@gmail.com>
This commit is contained in:
parent
755de1e0b5
commit
0f43eeb953
2 changed files with 60 additions and 49 deletions
|
|
@ -21,79 +21,87 @@
|
|||
},
|
||||
"schemas": {
|
||||
"Capabilities": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"files_sharing"
|
||||
],
|
||||
"properties": {
|
||||
"files_sharing": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "object",
|
||||
"required": [
|
||||
"sharebymail"
|
||||
"files_sharing"
|
||||
],
|
||||
"properties": {
|
||||
"sharebymail": {
|
||||
"files_sharing": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"enabled",
|
||||
"send_password_by_mail",
|
||||
"upload_files_drop",
|
||||
"password",
|
||||
"expire_date"
|
||||
"sharebymail"
|
||||
],
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"send_password_by_mail": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"upload_files_drop": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"enabled"
|
||||
],
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"sharebymail": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"enabled",
|
||||
"enforced"
|
||||
"send_password_by_mail",
|
||||
"upload_files_drop",
|
||||
"password",
|
||||
"expire_date"
|
||||
],
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enforced": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"expire_date": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"enabled",
|
||||
"enforced"
|
||||
],
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"send_password_by_mail": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enforced": {
|
||||
"type": "boolean"
|
||||
"upload_files_drop": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"enabled"
|
||||
],
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"enabled",
|
||||
"enforced"
|
||||
],
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enforced": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"expire_date": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"enabled",
|
||||
"enforced"
|
||||
],
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enforced": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
"maxLength": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -820,7 +820,10 @@
|
|||
{
|
||||
"$ref": "#/components/schemas/Private"
|
||||
},
|
||||
{}
|
||||
{
|
||||
"type": "array",
|
||||
"maxLength": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue