We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b153d commit 107acf7Copy full SHA for 107acf7
2 files changed
openapi/components/parameters.yaml
@@ -700,7 +700,7 @@ productId:
700
schema:
701
$ref: ./schemas/ProductID.yaml
702
productPurchaseId:
703
- name: purchaseId
+ name: productPurchaseId
704
description: Must be a valid purchase ID.
705
required: true
706
in: path
openapi/components/paths/economy.yaml
@@ -425,6 +425,7 @@ paths:
425
$ref: ../responses/MissingCredentialsError.yaml
426
"/user/{userId}/economy/transactions":
427
parameters:
428
+ - $ref: ../parameters.yaml#/userId
429
- $ref: ../parameters.yaml#/number
430
- $ref: ../parameters.yaml#/dateMin
431
- $ref: ../parameters.yaml#/dateMax
0 commit comments