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

Fix filters guide and expand links to actual destinations #1869

Merged
merged 1 commit into from
Apr 11, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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