Skip to content

Commit 09bf6da

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

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

reference/merchant.v1.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ components:
13271327
x-examples: {}
13281328
responses:
13291329
payment.request.list.200:
1330-
description: Example response
1330+
description: OK
13311331
content:
13321332
application/json:
13331333
schema:
@@ -1338,7 +1338,7 @@ components:
13381338
cursor:
13391339
$ref: ../models/Cursor.yaml
13401340
payment.request.create.200:
1341-
description: Example response
1341+
description: OK
13421342
content:
13431343
application/json:
13441344
schema:
@@ -1355,7 +1355,7 @@ components:
13551355
required:
13561356
- id
13571357
pos.create.201:
1358-
description: Example response
1358+
description: Created
13591359
content:
13601360
application/json:
13611361
schema:
@@ -1366,7 +1366,7 @@ components:
13661366
default: 'null'
13671367
description: Id
13681368
pos.list.200:
1369-
description: Example response
1369+
description: OK
13701370
content:
13711371
application/json:
13721372
schema:
@@ -1386,7 +1386,7 @@ components:
13861386
required:
13871387
- uris
13881388
pos.get.200:
1389-
description: Example response
1389+
description: OK
13901390
content:
13911391
application/json:
13921392
schema:
@@ -1413,7 +1413,7 @@ components:
14131413
location:
14141414
$ref: ../models/Location.yaml
14151415
payment.request.create.201:
1416-
description: Example response
1416+
description: Created
14171417
content:
14181418
application/json:
14191419
schema:
@@ -1430,7 +1430,7 @@ components:
14301430
required:
14311431
- id
14321432
sales.summary.200:
1433-
description: Example response
1433+
description: OK
14341434
content:
14351435
application/json:
14361436
schema:
@@ -1455,7 +1455,7 @@ components:
14551455
max_timestamp:
14561456
$ref: ../models/DateTime.yaml
14571457
settlement.latest.get.200:
1458-
description: Example response
1458+
description: OK
14591459
content:
14601460
application/json:
14611461
schema:
@@ -1505,15 +1505,15 @@ components:
15051505
- transaction_log_uris
15061506
- scope_log_uris
15071507
settlement.get.404:
1508-
description: No settlement with this ID
1508+
description: Not Found
15091509
content:
15101510
application/json:
15111511
schema:
15121512
properties:
15131513
id:
15141514
type: string
15151515
settlement.account.get.200:
1516-
description: Gets a SettlementAccount by ID.
1516+
description: OK
15171517
content:
15181518
application/json:
15191519
schema:
@@ -1538,7 +1538,7 @@ components:
15381538
frequency:
15391539
$ref: ../models/SettlementAccountFrequency.yaml
15401540
settlement.report.get.200:
1541-
description: Example response
1541+
description: OK
15421542
content:
15431543
application/json:
15441544
schema:
@@ -1551,7 +1551,7 @@ components:
15511551
report_context:
15521552
$ref: ../models/SettlementListReportContext.yaml
15531553
shortlink.create.201:
1554-
description: Register new shortlink.
1554+
description: Created
15551555
content:
15561556
application/json:
15571557
schema:
@@ -1576,7 +1576,7 @@ components:
15761576
type: string
15771577
headers: {}
15781578
shortlink.list.200:
1579-
description: List shortlink registrations.
1579+
description: OK
15801580
content:
15811581
application/json:
15821582
schema:
@@ -1596,15 +1596,15 @@ components:
15961596
required:
15971597
- uris
15981598
shortlink.update.200:
1599-
description: Example response
1599+
description: OK
16001600
content:
16011601
application/json:
16021602
schema:
16031603
properties:
16041604
id:
16051605
type: string
16061606
shortlink.update.204:
1607-
description: No content
1607+
description: No Content
16081608
content:
16091609
application/json:
16101610
schema:
@@ -1620,7 +1620,7 @@ components:
16201620
id:
16211621
type: string
16221622
shortlink.get.200:
1623-
description: Retrieve registered shortlink info.
1623+
description: OK
16241624
content:
16251625
application/json:
16261626
schema:
@@ -1645,7 +1645,7 @@ components:
16451645
required:
16461646
- shortlink_value
16471647
shortlink.delete.204:
1648-
description: Delete shortlink
1648+
description: No Content
16491649
content:
16501650
application/json:
16511651
schema:
@@ -1657,7 +1657,7 @@ components:
16571657
type: object
16581658
properties: {}
16591659
ssp.users.create.201:
1660-
description: Example response
1660+
description: Created
16611661
content:
16621662
application/json:
16631663
schema:
@@ -1685,7 +1685,7 @@ components:
16851685
default: 'null'
16861686
description: Bankid
16871687
ssp.users.create.409:
1688-
description: User with the same email already exists
1688+
description: 'Conflict, user with the same email already exists'
16891689
content:
16901690
application/json:
16911691
schema:
@@ -1694,15 +1694,15 @@ components:
16941694
response:
16951695
type: string
16961696
ssp.users.delete.204:
1697-
description: Currently only deletes if MerchantSspUser does not have any LegalEntities to avoid side effects Used to avoid inconsistencies between core and merchant console.
1697+
description: No Content
16981698
content:
16991699
application/json:
17001700
schema:
17011701
properties:
17021702
id:
17031703
type: string
17041704
ssp.users.get.200:
1705-
description: Gets a MerchantSspUser.
1705+
description: OK
17061706
content:
17071707
application/json:
17081708
schema:
@@ -1730,7 +1730,7 @@ components:
17301730
description: Bankid
17311731
default: 'null'
17321732
statusCodes.list.200:
1733-
description: 'A list of objects containing the following data:'
1733+
description: OK
17341734
content:
17351735
application/json:
17361736
schema:
@@ -1745,7 +1745,7 @@ components:
17451745
default: 'null'
17461746
description: Name
17471747
statusCodes.get.200:
1748-
description: 'An object containing the following data:'
1748+
description: OK
17491749
content:
17501750
application/json:
17511751
schema:
@@ -1760,7 +1760,7 @@ components:
17601760
default: 'null'
17611761
description: Name
17621762
users.create.201:
1763-
description: Example response
1763+
description: Created
17641764
content:
17651765
application/json:
17661766
schema:
@@ -1771,7 +1771,7 @@ components:
17711771
description: User ID
17721772
default: 'null'
17731773
users.get.201:
1774-
description: Get user info
1774+
description: Created
17751775
content:
17761776
application/json:
17771777
schema:

0 commit comments

Comments
 (0)