addedInput schema / properties / date_from / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / date_from / default
Added value: +null
removedInput schema / properties / date_from / description
Removed value: -"Delete requests from this date (format: yyyy-MM-dd HH:mm:ss or 'now-7d')"
addedInput schema / properties / date_from / title
Added value: +"Date From"
removedInput schema / properties / date_from / type
Removed value: -"string"
addedInput schema / properties / date_to / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / date_to / default
Added value: +null
removedInput schema / properties / date_to / description
Removed value: -"Delete requests until this date (format: yyyy-MM-dd HH:mm:ss or 'now-7d')"
addedInput schema / properties / date_to / title
Added value: +"Date To"
removedInput schema / properties / date_to / type
Removed value: -"string"
addedInput schema / properties / query / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / query / default
Added value: +null
removedInput schema / properties / query / description
Removed value: -"Delete only requests matching this search query"
addedInput schema / properties / query / title
Added value: +"Query"
removedInput schema / properties / query / 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: +"delete_all_requestsArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "title": "delete_all_requestsDictOutput",
+ "type": "object"
+}