Skip to content

Commit

Permalink
Fix filters guide and expand links to actual destinations (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerebilly authored Apr 11, 2024
1 parent ad7d35a commit 5fbaee8
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion openapi/components/parameters/collectionExpand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ description: |-
property of the response. This field accepts a comma-separated list of objects.
For more information, see
[Expand to include embedded objects](https://www.rebilly.com/docs/dev-docs/api/#section/Expand-to-include-embedded-objects).
[Expand to include embedded objects](https://www.rebilly.com/docs/dev-docs/expand-embedded-resources).
schema:
type: string
2 changes: 1 addition & 1 deletion openapi/components/parameters/collectionFilter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ description: |-
a special format. Use `,` for multiple allowed values. Use `;` for multiple fields.
For more information, see
[Using filter with collections](https://www.rebilly.com/docs/dev-docs/api/#section/Using-filter-with-collections).
[Using filter with collections](https://www.rebilly.com/docs/dev-docs/search-filters).
schema:
type: string
2 changes: 1 addition & 1 deletion openapi/components/parameters/subscriptionExpand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ description: |-
- `upcomingInvoice`
- `paymentInstrument`
For more information, see [Expand to include embedded objects](https://www.rebilly.com/docs/dev-docs/api/#section/Expand-to-include-embedded-objects).
For more information, see [Expand to include embedded objects](https://www.rebilly.com/docs/dev-docs/expand-embedded-resources).
schema:
type: string
2 changes: 1 addition & 1 deletion openapi/components/schemas/Bind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ properties:
This field requires a special format. Use `,` for multiple allowed values.
Use `;` for multiple fields.
For more information, see [Using filter with collections](https://www.rebilly.com/docs/dev-docs/api/#section/Using-filter-with-collections).
For more information, see [Using filter with collections](https://www.rebilly.com/docs/dev-docs/search-filters).
type: string
actions:
description: Actions that execute when an event occurs.
Expand Down
2 changes: 1 addition & 1 deletion openapi/components/schemas/GatewayAccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ properties:
If a transaction exceeds this value, the gateway account is not used.
For more information see,
[Using filters](https://www.rebilly.com/docs/dev-docs/api/#section/Using-filter-with-collections).
[Using filters](https://www.rebilly.com/docs/dev-docs/search-filters).
type:
- 'string'
- 'null'
Expand Down
2 changes: 1 addition & 1 deletion openapi/components/schemas/GlobalWebhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ properties:
Use `;` for multiple fields.
For more information,
see [Using filters](https://www.rebilly.com/docs/dev-docs/api/#section/Using-filter-with-collections).
see [Using filters](https://www.rebilly.com/docs/dev-docs/search-filters).
type:
- 'string'
- 'null'
Expand Down
2 changes: 1 addition & 1 deletion openapi/components/schemas/ReadyToPayMethodFilters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ type: array
description: |-
For the method to be applicable, one or more of the following filters must match.
If no filters are sent, no restrictions are applied.
For more information, see [Using filters](https://www.rebilly.com/docs/dev-docs/api/#section/Using-filter-with-collections).
For more information, see [Using filters](https://www.rebilly.com/docs/dev-docs/search-filters).
items:
type: string
2 changes: 1 addition & 1 deletion openapi/components/schemas/ReadyToPayoutMethodFilters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ type: array
description: |-
For the method to be applicable, one or more of the following filters must match.
If no filters are sent, no restrictions are applied.
For more information, see [Using filters](https://www.rebilly.com/docs/dev-docs/api/#section/Using-filter-with-collections).
For more information, see [Using filters](https://www.rebilly.com/docs/dev-docs/search-filters).
items:
type: string
2 changes: 1 addition & 1 deletion openapi/paths/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ get:
A revenue audit report is a combination of a granular [revenue waterfall](https://www.rebilly.com/docs/data-tables/revenue-recognition/#revenue-waterfall) and a journal report,
which describes revenue per account.
Use [`filter`](https://www.rebilly.com/docs/dev-docs/api/#section/Using-filter-with-collections) `limit` and `offset` parameters to restrict the output.
Use [`filter`](https://www.rebilly.com/docs/dev-docs/search-filters) `limit` and `offset` parameters to restrict the output.
security:
- SecretApiKey: []
- JWT: []
Expand Down

0 comments on commit 5fbaee8

Please sign in to comment.