additional service share/unshare and related naming refactoring (#102)

This commit is contained in:
Michael Quigley
2022-11-18 15:48:13 -05:00
parent 11068394b8
commit 82d9f6f6ed
8 changed files with 187 additions and 24 deletions

View File

@ -564,9 +564,30 @@ func init() {
"$ref": "#/definitions/authUser"
}
},
"endpoint": {
"backendMode": {
"type": "string",
"enum": [
"proxy",
"web",
"dav"
]
},
"backendProxyEndpoint": {
"type": "string"
},
"frontendSelection": {
"type": "array",
"items": {
"type": "string"
}
},
"shareMode": {
"type": "string",
"enum": [
"public",
"private"
]
},
"zId": {
"type": "string"
}
@ -575,7 +596,7 @@ func init() {
"shareResponse": {
"type": "object",
"properties": {
"proxyEndpoint": {
"frontendProxyEndpoint": {
"type": "string"
},
"svcName": {
@ -1169,9 +1190,30 @@ func init() {
"$ref": "#/definitions/authUser"
}
},
"endpoint": {
"backendMode": {
"type": "string",
"enum": [
"proxy",
"web",
"dav"
]
},
"backendProxyEndpoint": {
"type": "string"
},
"frontendSelection": {
"type": "array",
"items": {
"type": "string"
}
},
"shareMode": {
"type": "string",
"enum": [
"public",
"private"
]
},
"zId": {
"type": "string"
}
@ -1180,7 +1222,7 @@ func init() {
"shareResponse": {
"type": "object",
"properties": {
"proxyEndpoint": {
"frontendProxyEndpoint": {
"type": "string"
},
"svcName": {