Use swagger api for Add IDP Configuration (#3201)

This commit is contained in:
Cesar N
2024-01-18 16:03:01 -08:00
committed by GitHub
parent b5443952da
commit 0c55e39e8c
5 changed files with 26 additions and 17 deletions

View File

@@ -2928,6 +2928,9 @@ func init() {
}
},
"post": {
"consumes": [
"application/json"
],
"tags": [
"idp"
],
@@ -12103,6 +12106,9 @@ func init() {
}
},
"post": {
"consumes": [
"application/json"
],
"tags": [
"idp"
],