Reset config test and verb change to POST (#1986)

This commit is contained in:
adfost
2022-05-11 22:31:40 -07:00
committed by GitHub
parent 117da114dc
commit 38c74bdfa7
6 changed files with 68 additions and 8 deletions

View File

@@ -2587,7 +2587,7 @@ func init() {
}
},
"/configs/{name}/reset": {
"get": {
"post": {
"tags": [
"Configuration"
],
@@ -9535,7 +9535,7 @@ func init() {
}
},
"/configs/{name}/reset": {
"get": {
"post": {
"tags": [
"Configuration"
],