mirror of
https://github.com/openziti/zrok.git
synced 2025-08-19 04:06:18 +02:00
'activity' (#234)
This commit is contained in:
@@ -1266,6 +1266,9 @@ func init() {
|
||||
"share": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"activity": {
|
||||
"$ref": "#/definitions/sparkData"
|
||||
},
|
||||
"backendMode": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -1287,9 +1290,6 @@ func init() {
|
||||
"shareMode": {
|
||||
"type": "string"
|
||||
},
|
||||
"sparkData": {
|
||||
"$ref": "#/definitions/sparkData"
|
||||
},
|
||||
"token": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -2713,6 +2713,9 @@ func init() {
|
||||
"share": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"activity": {
|
||||
"$ref": "#/definitions/sparkData"
|
||||
},
|
||||
"backendMode": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -2734,9 +2737,6 @@ func init() {
|
||||
"shareMode": {
|
||||
"type": "string"
|
||||
},
|
||||
"sparkData": {
|
||||
"$ref": "#/definitions/sparkData"
|
||||
},
|
||||
"token": {
|
||||
"type": "string"
|
||||
},
|
||||
|
Reference in New Issue
Block a user