Connect marketplace API to microservice (#2130)

This commit is contained in:
Javier Adriel
2022-07-06 23:11:23 -05:00
committed by GitHub
parent 63e2793272
commit e48958f5a0
9 changed files with 183 additions and 46 deletions

View File

@@ -321,7 +321,12 @@ func init() {
"200": {
"description": "A successful response.",
"schema": {
"$ref": "#/definitions/mpIntegration"
"type": "object",
"properties": {
"isEmailSet": {
"type": "boolean"
}
}
}
},
"default": {
@@ -3358,6 +3363,9 @@ func init() {
"properties": {
"email": {
"type": "string"
},
"isInEU": {
"type": "boolean"
}
}
},
@@ -4995,7 +5003,12 @@ func init() {
"200": {
"description": "A successful response.",
"schema": {
"$ref": "#/definitions/mpIntegration"
"type": "object",
"properties": {
"isEmailSet": {
"type": "boolean"
}
}
}
},
"default": {
@@ -8863,6 +8876,9 @@ func init() {
"properties": {
"email": {
"type": "string"
},
"isInEU": {
"type": "boolean"
}
}
},