Changed HTTP verb to DELETE for DeleteMultipleServiceAccounts (#1526)

This commit is contained in:
jinapurapu
2022-02-07 19:51:40 -08:00
committed by GitHub
parent 7f05c0bf06
commit 090b7e5e26
7 changed files with 27 additions and 27 deletions

View File

@@ -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": {