aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/openapi.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/openapi.json')
-rw-r--r--apps/files_sharing/openapi.json75
1 files changed, 57 insertions, 18 deletions
diff --git a/apps/files_sharing/openapi.json b/apps/files_sharing/openapi.json
index 627c25ce8ea..b2df1ecb7b3 100644
--- a/apps/files_sharing/openapi.json
+++ b/apps/files_sharing/openapi.json
@@ -548,6 +548,9 @@
1
]
},
+ "is_trusted_server": {
+ "type": "boolean"
+ },
"is-mount-root": {
"type": "boolean"
},
@@ -897,40 +900,76 @@
"type": "string"
},
"name": {
- "$ref": "#/components/schemas/Lookup",
- "nullable": true
+ "nullable": true,
+ "allOf": [
+ {
+ "$ref": "#/components/schemas/Lookup"
+ }
+ ]
},
"email": {
- "$ref": "#/components/schemas/Lookup",
- "nullable": true
+ "nullable": true,
+ "allOf": [
+ {
+ "$ref": "#/components/schemas/Lookup"
+ }
+ ]
},
"address": {
- "$ref": "#/components/schemas/Lookup",
- "nullable": true
+ "nullable": true,
+ "allOf": [
+ {
+ "$ref": "#/components/schemas/Lookup"
+ }
+ ]
},
"website": {
- "$ref": "#/components/schemas/Lookup",
- "nullable": true
+ "nullable": true,
+ "allOf": [
+ {
+ "$ref": "#/components/schemas/Lookup"
+ }
+ ]
},
"twitter": {
- "$ref": "#/components/schemas/Lookup",
- "nullable": true
+ "nullable": true,
+ "allOf": [
+ {
+ "$ref": "#/components/schemas/Lookup"
+ }
+ ]
},
"phone": {
- "$ref": "#/components/schemas/Lookup",
- "nullable": true
+ "nullable": true,
+ "allOf": [
+ {
+ "$ref": "#/components/schemas/Lookup"
+ }
+ ]
},
"twitter_signature": {
- "$ref": "#/components/schemas/Lookup",
- "nullable": true
+ "nullable": true,
+ "allOf": [
+ {
+ "$ref": "#/components/schemas/Lookup"
+ }
+ ]
},
"website_signature": {
- "$ref": "#/components/schemas/Lookup",
- "nullable": true
+ "nullable": true,
+ "allOf": [
+ {
+ "$ref": "#/components/schemas/Lookup"
+ }
+ ]
},
"userid": {
- "$ref": "#/components/schemas/Lookup",
- "nullable": true
+ "nullable": true,
+ "allOf": [
+ {
+ "$ref": "#/components/schemas/Lookup"
+ }
+ ]
}
}
},