Skip to content

Conversation

@sdk-generation-automation
Copy link

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 github-actions bot added the major label Feb 5, 2026
@github-actions
Copy link

github-actions bot commented Feb 5, 2026

Thanks for bringing this request to our attention. We'll review and provide updates soon. (Note that this SDK code is auto generated)

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.

0 participants