Skip to content

Conversation

@sdk-generation-automation
Copy link
Contributor

Changelog

2026-02-05

Breaking Change

Change tag field type from string to boolean in WalletAsset schema

Affected namespaces: Internal wallets

  • What's new
    The tag field in the WalletAsset schema has been changed from a string type to a boolean type, affecting internal wallet asset endpoints. This change aligns the field type with its intended boolean usage pattern.

  • Impact
    Integrations consuming internal wallet asset responses must update their data models to handle the tag field as a boolean instead of a string. Existing string values will need to be converted to boolean equivalents during migration.

Added

Add DELETE endpoint for webhook notifications

Affected namespaces: Webhooks V2

  • What's new
    A new DELETE operation has been added to the /webhooks/{webhookId}/notifications/{notificationId} endpoint, allowing customers to delete specific webhook notifications by ID. This provides better control over notification management and cleanup.

  • Impact
    Customers can now programmatically delete webhook notifications using the new deleteNotification operation, enabling more efficient notification lifecycle management.


@github-actions
Copy link
Contributor

github-actions bot commented Feb 5, 2026

We appreciate your contribution. Our team will investigate this request shortly. (Note that this SDK code is auto generated)

@github-actions github-actions bot added the major label Feb 5, 2026
@eranfireblocks eranfireblocks merged commit 13dfff2 into master_changelog_test Feb 9, 2026
6 checks passed
@eranfireblocks eranfireblocks deleted the fireblocks-api-spec/generated/9461 branch February 9, 2026 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant