Use swagger api for delete single and multiple Service Accounts (#3199)
This commit is contained in:
@@ -4431,10 +4431,7 @@ func init() {
|
||||
"in": "body",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
"$ref": "#/definitions/selectedSAs"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -7985,6 +7982,12 @@ func init() {
|
||||
}
|
||||
}
|
||||
},
|
||||
"selectedSAs": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"selectedUsers": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -13616,10 +13619,7 @@ func init() {
|
||||
"in": "body",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
"$ref": "#/definitions/selectedSAs"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -17327,6 +17327,12 @@ func init() {
|
||||
}
|
||||
}
|
||||
},
|
||||
"selectedSAs": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"selectedUsers": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
||||
Reference in New Issue
Block a user