Skip to content

Commit f00159e

Browse files
WickWick
authored andcommitted
Modified reference/merchant.v1.yaml
1 parent d79d4df commit f00159e

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

reference/merchant.v1.yaml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -734,9 +734,9 @@ paths:
734734
examples: {}
735735
operationId: merchant.balance.get
736736
description: Get Merchant Account Balance
737-
'/api_key/{x_settle_user}':
737+
'/api_key/{api_user_id}':
738738
parameters:
739-
- $ref: '#/components/parameters/x_settle_user'
739+
- $ref: '#/components/parameters/api_user_id'
740740
put:
741741
summary: merchant.apiKeys.update
742742
operationId: merchant.apiKeys.update
@@ -758,6 +758,17 @@ paths:
758758
'200':
759759
description: OK
760760
description: Get API Key
761+
'/merchant/{merchant_id}/logo':
762+
parameters:
763+
- $ref: '#/components/parameters/merchant_id'
764+
get:
765+
summary: merchant.logo.get
766+
tags: []
767+
responses:
768+
'200':
769+
description: OK
770+
operationId: merchant.logo.get
771+
description: Get Merchant Logo
761772
components:
762773
schemas:
763774
payment.request.create:
@@ -1956,8 +1967,8 @@ components:
19561967
schema:
19571968
type: string
19581969
description: Merchant SSP User ID
1959-
x_settle_user:
1960-
name: x_settle_user
1970+
api_user_id:
1971+
name: api_user_id
19611972
in: path
19621973
required: true
19631974
schema:

0 commit comments

Comments
 (0)