removedInput schema / additionalProperties
Removed value: -false
removedInput schema / description
Removed value: -"Input for retrieving scout updates."
addedInput schema / properties / cursor / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / cursor / description
Removed value: -"Pagination cursor from a previous response"
removedInput schema / properties / cursor / type
Removed value: -"string"
addedInput schema / properties / limit / anyOf
Added value: +[
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / limit / description
Removed value: -"Maximum number of updates to return (1-100)"
removedInput schema / properties / limit / maximum
Removed value: -100
removedInput schema / properties / limit / minimum
Removed value: -1
removedInput schema / properties / limit / type
Removed value: -"integer"
removedInput schema / properties / scout_id / description
Removed value: -"The scout's unique identifier (UUID)"
changedInput schema / title
Previous value: -"GetUpdatesInput"New value: +"get_scout_updatesArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "title": "Result",
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "title": "get_scout_updatesOutput",
+ "type": "object"
+}