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

@@ -1240,7 +1240,10 @@ paths:
200:
description: A successful response.
schema:
$ref: "#/definitions/mpIntegration"
type: object
properties:
isEmailSet:
type: boolean
default:
description: Generic error response.
schema:
@@ -3394,4 +3397,6 @@ definitions:
properties:
email:
type: string
isInEU:
type: boolean