Skip to content

Fix broken Dev Portal links in scalar YAML spec #189

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

Closed
wants to merge 15 commits into from
Closed
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
24 changes: 12 additions & 12 deletions api-spec-scalar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18217,17 +18217,17 @@ components:
description: >-
The ID of the peer. You can retrieve the ID of each venue object
using the endpoints for [listing vault
accounts](https://developers.fireblocks.com/reference/get_vault-accounts-paged),
accounts](https://developers.fireblocks.com/reference/getpagedvaultaccounts),
[listing exchange
account](https://developers.fireblocks.com/reference/get_exchange-accounts),
account](https://developers.fireblocks.com/reference/getexchangeaccounts),
[listing fiat
accounts](https://developers.fireblocks.com/reference/get_fiat-accounts),
accounts](https://developers.fireblocks.com/reference/getfiataccounts),
[listing internal
wallets](https://developers.fireblocks.com/reference/get_internal-wallets),
wallets](https://developers.fireblocks.com/reference/getinternalwallets),
[listing external
wallets](https://developers.fireblocks.com/reference/get_external-wallets),
wallets](https://developers.fireblocks.com/reference/getexternalwallets),
[listing network
connections](https://developers.fireblocks.com/reference/get_network-connections).
connections](https://developers.fireblocks.com/reference/getnetworkconnections).
For the other types, this parameter is not needed.
name:
type: string
Expand Down Expand Up @@ -18271,17 +18271,17 @@ components:
description: >-
The ID of the peer. You can retrieve the ID of each venue object
using the endpoints for [listing vault
accounts](https://developers.fireblocks.com/reference/get_vault-accounts-paged),
accounts](https://developers.fireblocks.com/reference/getpagedvaultaccounts),
[listing exchange
account](https://developers.fireblocks.com/reference/get_exchange-accounts),
account](https://developers.fireblocks.com/reference/getexchangeaccounts),
[listing fiat
accounts](https://developers.fireblocks.com/reference/get_fiat-accounts),
accounts](https://developers.fireblocks.com/reference/getfiataccounts),
[listing internal
wallets](https://developers.fireblocks.com/reference/get_internal-wallets),
wallets](https://developers.fireblocks.com/reference/getinternalwallets),
[listing external
wallets](https://developers.fireblocks.com/reference/get_external-wallets),
wallets](https://developers.fireblocks.com/reference/getexternalwallets),
[listing network
connections](https://developers.fireblocks.com/reference/get_network-connections).
connections](https://developers.fireblocks.com/reference/getnetworkconnections).
For the other types, this parameter is not needed.
name:
type: string
Expand Down
Loading