changedInput schema / properties / bucketId / description
Previous value: -"The bucket ID to set notification rules for."New value: +"Exact bucket ID whose notification rules should be replaced."
changedInput schema / properties / confirm / description
Previous value: -"Confirm replacing persistent outbound webhook notification rules. Required when the server destructive policy is 'confirm' (the default)."New value: +"Fallback confirmation for replacing persistent outbound webhook notification rules when the effective server destructive policy is 'confirm' and MCP elicitation cannot run."
addedInput schema / properties / eventNotificationRules / description
Added value: +"Complete replacement rule set for the bucket. Include every rule that should remain; omitted existing rules are removed."
changedInput schema / properties / eventNotificationRules / items / properties / eventTypes / description
Previous value: -"Event types to trigger notification, e.g. b2:ObjectCreated:*, b2:ObjectDeleted:*."New value: +"B2 event types that trigger delivery, for example b2:ObjectCreated:* or b2:ObjectDeleted:*."
changedInput schema / properties / eventNotificationRules / items / properties / isEnabled / description
Previous value: -"Whether this rule is active."New value: +"Whether B2 should deliver events for this rule."
changedInput schema / properties / eventNotificationRules / items / properties / name / description
Previous value: -"A name for this notification rule."New value: +"Name for this notification rule; must be unique per bucket."
changedInput schema / properties / eventNotificationRules / items / properties / objectNamePrefix / description
Previous value: -"Only objects whose names start with this prefix trigger the rule. Empty string ('') matches all objects. Required by B2 on every rule."New value: +"Object-key prefix that triggers the rule. Defaults to empty string, which matches every object in the bucket."
addedInput schema / properties / eventNotificationRules / items / properties / targetConfiguration / properties / customHeaders / description
Added value: +"Optional custom headers sent with webhook deliveries."
addedInput schema / properties / eventNotificationRules / items / properties / targetConfiguration / properties / customHeaders / items / properties / name / description
Added value: +"Custom header name sent with webhook deliveries."
addedInput schema / properties / eventNotificationRules / items / properties / targetConfiguration / properties / customHeaders / items / properties / value / description
Added value: +"Custom header value; treated as sensitive and redacted."
changedInput schema / properties / eventNotificationRules / items / properties / targetConfiguration / properties / hmacSha256SigningSecret / description
Previous value: -"Optional secret for HMAC-SHA256 request signing."New value: +"Optional HMAC-SHA256 signing secret. Treated as sensitive input and redacted from outputs/logs."
addedInput schema / properties / eventNotificationRules / items / properties / targetConfiguration / properties / targetType / description
Added value: +"Only webhook targets are supported."
changedInput schema / properties / eventNotificationRules / items / properties / targetConfiguration / properties / url / description
Previous value: -"The HTTPS URL to deliver notifications to."New value: +"Public https:// webhook URL. localhost, credentials in URLs, private IPs, and non-public DNS targets are rejected before B2 is called."