addedInput schema / properties / filter_domain / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / filter_domain / default
Added value: +null
removedInput schema / properties / filter_domain / description
Removed value: -"Only return links matching this domain"
addedInput schema / properties / filter_domain / title
Added value: +"Filter Domain"
removedInput schema / properties / filter_domain / type
Removed value: -"string"
addedInput schema / properties / request_id / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / request_id / default
Added value: +null
removedInput schema / properties / request_id / description
Removed value: -"Specific request UUID to analyze (optional, defaults to latest)"
addedInput schema / properties / request_id / title
Added value: +"Request Id"
removedInput schema / properties / request_id / type
Removed value: -"string"
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: +"extract_links_from_requestArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "title": "extract_links_from_requestDictOutput",
+ "type": "object"
+}