Skip to content

Commit 107acf7

Browse files
1 parent 77b153d commit 107acf7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

openapi/components/parameters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ productId:
700700
schema:
701701
$ref: ./schemas/ProductID.yaml
702702
productPurchaseId:
703-
name: purchaseId
703+
name: productPurchaseId
704704
description: Must be a valid purchase ID.
705705
required: true
706706
in: path

openapi/components/paths/economy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ paths:
425425
$ref: ../responses/MissingCredentialsError.yaml
426426
"/user/{userId}/economy/transactions":
427427
parameters:
428+
- $ref: ../parameters.yaml#/userId
428429
- $ref: ../parameters.yaml#/number
429430
- $ref: ../parameters.yaml#/dateMin
430431
- $ref: ../parameters.yaml#/dateMax

0 commit comments

Comments
 (0)