addedInput schema / properties / cors / anyOf
Added value: +[
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / cors / default
Added value: +null
removedInput schema / properties / cors / description
Removed value: -"Enable CORS headers for cross-domain requests"
addedInput schema / properties / cors / title
Added value: +"Cors"
removedInput schema / properties / cors / type
Removed value: -"boolean"
addedInput schema / properties / default_content / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / default_content / default
Added value: +null
removedInput schema / properties / default_content / description
Removed value: -"Default response content/body"
addedInput schema / properties / default_content / title
Added value: +"Default Content"
removedInput schema / properties / default_content / type
Removed value: -"string"
addedInput schema / properties / default_content_type / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / default_content_type / default
Added value: +null
removedInput schema / properties / default_content_type / description
Removed value: -"Default response Content-Type header"
addedInput schema / properties / default_content_type / title
Added value: +"Default Content Type"
removedInput schema / properties / default_content_type / type
Removed value: -"string"
addedInput schema / properties / default_status / anyOf
Added value: +[
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / default_status / default
Added value: +null
removedInput schema / properties / default_status / description
Removed value: -"Default HTTP response status code (200-599)"
addedInput schema / properties / default_status / title
Added value: +"Default Status"
removedInput schema / properties / default_status / type
Removed value: -"integer"
addedInput schema / properties / timeout / anyOf
Added value: +[
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / timeout / default
Added value: +null
removedInput schema / properties / timeout / description
Removed value: -"Seconds to wait before returning response (0-30)"
addedInput schema / properties / timeout / title
Added value: +"Timeout"
removedInput schema / properties / timeout / type
Removed value: -"integer"
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: +"update_webhookArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "title": "update_webhookDictOutput",
+ "type": "object"
+}