addedInput schema / properties / alias / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / alias / default
Added value: +null
removedInput schema / properties / alias / description
Removed value: -"Custom alias for the webhook URL (3-32 alphanumeric chars)"
addedInput schema / properties / alias / title
Added value: +"Alias"
removedInput schema / properties / alias / type
Removed value: -"string"
addedInput schema / properties / cors / anyOf
Added value: +[
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / cors / default
Previous value: -falseNew 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"
+ }
+]
changedInput schema / properties / default_content / default
Previous value: -""New 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"
+ }
+]
changedInput schema / properties / default_content_type / default
Previous value: -"text/html"New 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"
+ }
+]
changedInput schema / properties / default_status / default
Previous value: -200New 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 / expiry / anyOf
Added value: +[
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / expiry / default
Added value: +null
removedInput schema / properties / expiry / description
Removed value: -"Seconds until webhook auto-expires (max 604800 = 1 week)"
addedInput schema / properties / expiry / title
Added value: +"Expiry"
removedInput schema / properties / expiry / type
Removed value: -"integer"
addedInput schema / properties / timeout / anyOf
Added value: +[
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / timeout / default
Previous value: -0New 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"
removedInput schema / required
Removed value: -[]
addedInput schema / title
Added value: +"create_webhook_with_configArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "title": "create_webhook_with_configDictOutput",
+ "type": "object"
+}