Changed HTTP verb to DELETE for DeleteMultipleServiceAccounts (#1526)
This commit is contained in:
@@ -3063,7 +3063,7 @@ func init() {
|
||||
}
|
||||
},
|
||||
"/service-accounts/delete-multi": {
|
||||
"post": {
|
||||
"delete": {
|
||||
"tags": [
|
||||
"UserAPI"
|
||||
],
|
||||
@@ -3083,7 +3083,7 @@ func init() {
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"204": {
|
||||
"description": "A successful response."
|
||||
},
|
||||
"default": {
|
||||
@@ -9172,7 +9172,7 @@ func init() {
|
||||
}
|
||||
},
|
||||
"/service-accounts/delete-multi": {
|
||||
"post": {
|
||||
"delete": {
|
||||
"tags": [
|
||||
"UserAPI"
|
||||
],
|
||||
@@ -9192,7 +9192,7 @@ func init() {
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"204": {
|
||||
"description": "A successful response."
|
||||
},
|
||||
"default": {
|
||||
|
||||
Reference in New Issue
Block a user