Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple transaction types #78

Merged
merged 2 commits into from Feb 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -8,7 +8,7 @@ parameters:
- $ref: "../../../parameters/pageSize.yml"
- $ref: "../../../parameters/transactionIdLimit.yml"
- $ref: "../../../parameters/ordering.yml"
- $ref: "../../../parameters/transactionType.yml"
- $ref: "../../../parameters/transactionTypes.yml"
responses:
"200":
description: success
Expand Down
Expand Up @@ -10,7 +10,7 @@ parameters:
- $ref: "../../../parameters/pageSize.yml"
- $ref: "../../../parameters/transactionIdLimit.yml"
- $ref: "../../../parameters/ordering.yml"
- $ref: "../../../parameters/transactionType.yml"
- $ref: "../../../parameters/transactionTypes.yml"
responses:
"200":
description: success
Expand Down
Expand Up @@ -10,7 +10,7 @@ parameters:
- $ref: "../../../parameters/pageSize.yml"
- $ref: "../../../parameters/transactionIdLimit.yml"
- $ref: "../../../parameters/ordering.yml"
- $ref: "../../../parameters/transactionType.yml"
- $ref: "../../../parameters/transactionTypes.yml"
responses:
"200":
description: success
Expand Down
2 changes: 1 addition & 1 deletion spec/core/account/routes/getAccountPartialTransactions.yml
Expand Up @@ -9,7 +9,7 @@ parameters:
- $ref: "../../../parameters/pageSize.yml"
- $ref: "../../../parameters/transactionIdLimit.yml"
- $ref: "../../../parameters/ordering.yml"
- $ref: "../../../parameters/transactionType.yml"
- $ref: "../../../parameters/transactionTypes.yml"
responses:
"200":
description: success
Expand Down
Expand Up @@ -8,7 +8,7 @@ parameters:
- $ref: "../../../parameters/pageSize.yml"
- $ref: "../../../parameters/transactionIdLimit.yml"
- $ref: "../../../parameters/ordering.yml"
- $ref: "../../../parameters/transactionType.yml"
- $ref: "../../../parameters/transactionTypes.yml"
responses:
"200":
description: success
Expand Down
2 changes: 1 addition & 1 deletion spec/parameters/_index.yml
Expand Up @@ -29,4 +29,4 @@ transactionId:
transactionIdLimit:
$ref: './transactionIdLimit.yml'
transactionType:
$ref: './transactionType.yml'
$ref: './transactionTypes.yml'
5 changes: 0 additions & 5 deletions spec/parameters/transactionType.yml

This file was deleted.

6 changes: 6 additions & 0 deletions spec/parameters/transactionTypes.yml
@@ -0,0 +1,6 @@
name: type
in: query
description: Transaction types to filter by, separated by commas.
schema:
type: string
example: 16717,16718,16973