Skip to content

Commit 16e1928

Browse files
WickWick
authored andcommitted
Modified reference/merchant.v1.yaml
1 parent f035b36 commit 16e1928

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

reference/merchant.v1.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ paths:
483483
schema:
484484
$ref: '#/components/schemas/ssp.users.create'
485485
description: 'Returns 201 CREATED (unless a user with the same email already exists, which results in a 409 CONFLICT response).'
486+
x-internal: true
486487
get:
487488
summary: merchant.ssp.users.list
488489
tags:
@@ -493,7 +494,6 @@ paths:
493494
'200':
494495
$ref: '#/components/responses/ssp.users.get.200'
495496
x-internal: true
496-
deprecated: true
497497
/status_code:
498498
get:
499499
summary: merchant.statusCodes.list
@@ -666,7 +666,7 @@ paths:
666666
$ref: '#/components/responses/ssp.users.get.200'
667667
operationId: merchant.ssp.users.get
668668
description: Gets a MerchantSspUser.
669-
x-internal: false
669+
x-internal: true
670670
delete:
671671
summary: merchant.ssp.users.delete
672672
operationId: merchant.ssp.users.delete
@@ -677,6 +677,7 @@ paths:
677677
Deletes a MerchantSspUser and returns 204 NO CONTENT
678678
679679
Currently only deletes if MerchantSspUser does not have any LegalEntities to avoid side effects Used to avoid inconsistencies between core and merchant console.
680+
x-internal: true
680681
'/merchant/{merchant_id}/balance':
681682
parameters:
682683
- name: merchant_id

0 commit comments

Comments
 (0)