addedInput schema / properties / identifier / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / identifier / default
Added value: +null
removedInput schema / properties / identifier / description
Removed value: -"Filter for specific identifier in request URL/content"
addedInput schema / properties / identifier / title
Added value: +"Identifier"
removedInput schema / properties / identifier / type
Removed value: -"string"
removedInput schema / properties / since_minutes / description
Removed value: -"Only check requests from the last N minutes (default: 60)"
addedInput schema / properties / since_minutes / title
Added value: +"Since Minutes"
changedInput schema / properties / webhook_token / description
Previous value: -"The webhook token (UUID) from webhook.site"New value: +"Webhook UUID returned by create_webhook"
addedInput schema / properties / webhook_token / title
Added value: +"Webhook Token"
addedInput schema / title
Added value: +"check_for_callbacksArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "title": "check_for_callbacksDictOutput",
+ "type": "object"
+}