-
Notifications
You must be signed in to change notification settings - Fork 10
Update fb-unified-openapi.yaml (K.L. Oct 27th, 2025) #190
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
base: main
Are you sure you want to change the base?
Conversation
I added two categories, and within them, two subcategories: 1. Providers to Fireblocks APIs > Off Exchange 2. Webhooks > Collateral webhooks
| x-tagGroups: | ||
| - name: Providers to Fireblocks APIs | ||
| tags: | ||
| - Off Exchange | ||
| - name: Webhooks | ||
| tags: | ||
| - Collateral webhooks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We haven't used tag groups until now, and I wouldn't start now. Definitely not without grouping other tags too. I'd remove this.
| - name: Off Exchange | ||
| description: Endpoints used by external providers (exchanges) calling Fireblocks | ||
| for off-exchange collateral flows. | ||
| - name: Collateral webhooks | ||
| description: Webhook notifications sent by Fireblocks to exchanges for collateral events. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, use identifier style name, like in other tags: offExchange and collateralWebhooks.
| - name: Off Exchange | ||
| description: Endpoints used by external providers (exchanges) calling Fireblocks | ||
| for off-exchange collateral flows. | ||
| - name: Collateral webhooks | ||
| description: Webhook notifications sent by Fireblocks to exchanges for collateral events. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the point of adding tags without adding anything to these tags?
| - name: Off Exchange | ||
| description: Endpoints used by external providers (exchanges) calling Fireblocks | ||
| for off-exchange collateral flows. | ||
| - name: Collateral webhooks | ||
| description: Webhook notifications sent by Fireblocks to exchanges for collateral events. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file v2/openapi/fb-unified-openapi.yaml is autogenerated. A change like this should be made in v2/openapi/fb-provider-collateral-api.yaml and then fb-unified-openapi.yaml should be generated from it.
I added two categories, and within them, two subcategories: