changedInput schema / properties / access_token / description
Previous value: -"Optional JWT access token for authentication."New value: +"Optional bearer token; prefer session_request_id."
changedInput schema / properties / all / description
Previous value: -"Set to true to target all accessible displays."New value: +"true targets all accessible displays."
changedInput schema / properties / base64_html / description
Previous value: -"Base64-encoded HTML string. Mutually exclusive with html."New value: +"Base64-encoded HTML. Mutually exclusive with html."
removedInput schema / properties / content_description
Removed value: -{
- "description": "Optional semantic description of the content.",
- "type": "string"
-}
changedInput schema / properties / description / description
Previous value: -"Short description of the content being sent."New value: +"Short summary of the content being sent (required when sending)."
changedInput schema / properties / display_ids / description
Previous value: -"Array of display profile IDs to target. Provide this or set all to true."New value: +"Display profile IDs to target."
addedInput schema / properties / dry_run
Added value: +{
+ "description": "Preview: return the matched displays without sending. Works with all targeting modes.",
+ "type": "boolean"
+}
changedInput schema / properties / duration / description
Previous value: -"How long content stays in seconds. 0 = indefinite."New value: +"Seconds the content stays; 0 = indefinite."
addedInput schema / properties / duration / minimum
Added value: +0
changedInput schema / properties / html / description
Previous value: -"Complete HTML document to render. Mutually exclusive with base64_html."New value: +"Complete HTML document. Mutually exclusive with base64_html."
addedInput schema / properties / include_category_ids
Added value: +{
+ "description": "Category IDs: broadcast to displays assigned to these categories.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedInput schema / properties / include_descendants
Added value: +{
+ "description": "With include_category_ids: also include subcategories.",
+ "type": "boolean"
+}
changedInput schema / properties / session_request_id / description
Previous value: -"Optional session request ID."New value: +"Session handle from create_auth_session; pass it on every authenticated call."
removedInput schema / required
Removed value: -[
- "description"
-]
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "duration": {
- "type": [
- "integer",
- "null"
- ]
- },
- "fileName": {
- "type": [
- "string",
- "null"
- ]
- },
- "sent": {
- "items": {
- "properties": {
- "id": {
- "type": [
- "string",
- "null"
- ]
- },
- "name": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": [
- "object",
- "null"
- ]
- },
- "type": [
- "array",
- "null"
- ]
- },
- "sentCount": {
- "type": [
- "integer",
- "null"
- ]
- },
- "skipped": {
- "items": {
- "properties": {
- "id": {
- "type": [
- "string",
- "null"
- ]
- },
- "name": {
- "type": [
- "string",
- "null"
- ]
- },
- "reason": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": [
- "object",
- "null"
- ]
- },
- "type": [
- "array",
- "null"
- ]
- },
- "skippedCount": {
- "type": [
- "integer",
- "null"
- ]
- }
- },
- "type": "object"
-}New value: +null