mirror of
https://github.com/openziti/zrok.git
synced 2025-08-15 18:42:32 +02:00
additional service share/unshare and related naming refactoring (#102)
This commit is contained in:
@ -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": {
|
||||
|
Reference in New Issue
Block a user