put
https://api.canton.noves.fi//streams/
Updates the supplied fields on an existing subscription. Omitted fields remain unchanged.
Common operations:
- Change webhook URL: set webhookUrl to the new URL.
- Remove webhook delivery: set webhookUrl to an empty string (subscription must have WebSocket delivery enabled).
- Pause delivery: set active to false. Pending webhooks are held until you resume.
- Resume delivery: set active to true.
- Change filters: set partyFilter and/or filters. See the create endpoint for available filter types.
At least one delivery method (webhook or websocket) must remain enabled after the update.

