You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/merchant.v1.yaml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -483,6 +483,7 @@ paths:
483
483
schema:
484
484
$ref: '#/components/schemas/ssp.users.create'
485
485
description: 'Returns 201 CREATED (unless a user with the same email already exists, which results in a 409 CONFLICT response).'
486
+
x-internal: true
486
487
get:
487
488
summary: merchant.ssp.users.list
488
489
tags:
@@ -493,7 +494,6 @@ paths:
493
494
'200':
494
495
$ref: '#/components/responses/ssp.users.get.200'
495
496
x-internal: true
496
-
deprecated: true
497
497
/status_code:
498
498
get:
499
499
summary: merchant.statusCodes.list
@@ -666,7 +666,7 @@ paths:
666
666
$ref: '#/components/responses/ssp.users.get.200'
667
667
operationId: merchant.ssp.users.get
668
668
description: Gets a MerchantSspUser.
669
-
x-internal: false
669
+
x-internal: true
670
670
delete:
671
671
summary: merchant.ssp.users.delete
672
672
operationId: merchant.ssp.users.delete
@@ -677,6 +677,7 @@ paths:
677
677
Deletes a MerchantSspUser and returns 204 NO CONTENT
678
678
679
679
Currently only deletes if MerchantSspUser does not have any LegalEntities to avoid side effects Used to avoid inconsistencies between core and merchant console.
0 commit comments