addedInput schema / additionalProperties
Added value: +false
changedInput schema / properties / page / anyOf
Previous value: -[
- {
- "minimum": 1,
- "type": "integer"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / page / description
Removed value: -"Page number for pagination."
removedInput schema / properties / page / title
Removed value: -"Page"
changedInput schema / properties / page_size / anyOf
Previous value: -[
- {
- "minimum": 1,
- "type": "integer"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / page_size / description
Removed value: -"Items per page for pagination (max 500)."
removedInput schema / properties / page_size / title
Removed value: -"Page Size"
changedInput schema / properties / query / description
Previous value: -"JMESPath expression for client-side filtering/projection of results."New value: +"Optional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: \"[?enabled==`true`]\", \"[*].{name: name, id: id}\", \"length(@)\". Omit to get the full records."
removedInput schema / properties / query / title
Removed value: -"Query"
removedInput schema / properties / search / description
Removed value: -"Server-side substring match on the LSS config's `name` field. An empty list means no LSS config name contains this string; do not retry with split keywords."
removedInput schema / properties / search / title
Removed value: -"Search"
removedInput schema / properties / service
Removed value: -{
- "default": "zpa",
- "description": "The service to use.",
- "title": "Service",
- "type": "string"
-}
removedInput schema / title
Removed value: -"zpa_list_lss_configsArguments"