|
38521 | 38521 | ], |
38522 | 38522 | "properties": { |
38523 | 38523 | "advance_in_time": { |
38524 | | - "type": "integer", |
| 38524 | + "type": [ |
| 38525 | + "integer", |
| 38526 | + "null" |
| 38527 | + ], |
38525 | 38528 | "format": "int64", |
38526 | | - "description": "Advance notification lead time (seconds)." |
| 38529 | + "description": "Advance notification lead time in seconds. `0` notifies exactly at shift start; omitting disables advance notification." |
38527 | 38530 | }, |
38528 | 38531 | "fixed_time": { |
38529 | 38532 | "$ref": "#/components/schemas/ScheduleFixedTimeNotifyInfo" |
|
39469 | 39472 | "wecom", |
39470 | 39473 | "feishu", |
39471 | 39474 | "feishu_app", |
39472 | | - "feishu_app_card_table_enabled", |
| 39475 | + "feishu_app_card_v2_table_enabled", |
39473 | 39476 | "dingtalk_app", |
39474 | 39477 | "wecom_app", |
39475 | 39478 | "slack_app", |
|
39536 | 39539 | "type": "string", |
39537 | 39540 | "description": "Feishu app message template source." |
39538 | 39541 | }, |
39539 | | - "feishu_app_card_table_enabled": { |
| 39542 | + "feishu_app_card_v2_table_enabled": { |
39540 | 39543 | "type": "boolean", |
39541 | 39544 | "description": "Whether alert labels use table rendering in Feishu app cards." |
39542 | 39545 | }, |
|
39761 | 39764 | "type": "string", |
39762 | 39765 | "description": "Feishu app message template source." |
39763 | 39766 | }, |
39764 | | - "feishu_app_card_table_enabled": { |
| 39767 | + "feishu_app_card_v2_table_enabled": { |
39765 | 39768 | "type": "boolean", |
39766 | 39769 | "default": false, |
39767 | 39770 | "description": "Render alert labels as a table in Feishu app cards." |
|
39879 | 39882 | "type": "string", |
39880 | 39883 | "description": "Feishu app message template source." |
39881 | 39884 | }, |
39882 | | - "feishu_app_card_table_enabled": { |
| 39885 | + "feishu_app_card_v2_table_enabled": { |
39883 | 39886 | "type": [ |
39884 | 39887 | "boolean", |
39885 | 39888 | "null" |
|
44527 | 44530 | "description": "Alert settings for the application.", |
44528 | 44531 | "properties": { |
44529 | 44532 | "enabled": { |
44530 | | - "type": "boolean", |
| 44533 | + "type": [ |
| 44534 | + "boolean", |
| 44535 | + "null" |
| 44536 | + ], |
44531 | 44537 | "description": "Whether alerting is enabled." |
44532 | 44538 | }, |
44533 | 44539 | "channel_ids": { |
@@ -44908,16 +44914,25 @@ |
44908 | 44914 | "description": "Owning team ID. Get team IDs via `POST /team/list`. Omit to leave unchanged." |
44909 | 44915 | }, |
44910 | 44916 | "is_private": { |
44911 | | - "type": "boolean", |
44912 | | - "description": "Restrict access to members of the owning team. Omit to leave unchanged." |
| 44917 | + "type": [ |
| 44918 | + "boolean", |
| 44919 | + "null" |
| 44920 | + ], |
| 44921 | + "description": "Restrict access to members of the owning team; `false` explicitly makes the application public. Omit to leave unchanged." |
44913 | 44922 | }, |
44914 | 44923 | "no_ip": { |
44915 | | - "type": "boolean", |
44916 | | - "description": "When `true`, stop collecting user IP addresses. Omit to leave unchanged." |
| 44924 | + "type": [ |
| 44925 | + "boolean", |
| 44926 | + "null" |
| 44927 | + ], |
| 44928 | + "description": "When `true`, stop collecting user IP addresses; when `false`, resume collecting them. Omit to leave unchanged." |
44917 | 44929 | }, |
44918 | 44930 | "no_geo": { |
44919 | | - "type": "boolean", |
44920 | | - "description": "When `true`, stop inferring geographic location from IP. Omit to leave unchanged." |
| 44931 | + "type": [ |
| 44932 | + "boolean", |
| 44933 | + "null" |
| 44934 | + ], |
| 44935 | + "description": "When `true`, stop inferring geographic location from IP; when `false`, resume inferring it. Omit to leave unchanged." |
44921 | 44936 | }, |
44922 | 44937 | "alerting": { |
44923 | 44938 | "$ref": "#/components/schemas/RumApplicationAlerting", |
|
49792 | 49807 | "description": "Filter by RUM data scopes. Valid values: `session`, `view`, `action`, `error`, `resource`, `long_task`, `vital`, `issue`, `sourcemap`." |
49793 | 49808 | }, |
49794 | 49809 | "is_facet": { |
49795 | | - "type": "boolean", |
49796 | | - "description": "When true, return only facet-enabled fields. When false or omitted, return all fields." |
| 49810 | + "type": [ |
| 49811 | + "boolean", |
| 49812 | + "null" |
| 49813 | + ], |
| 49814 | + "description": "When omitted or `null`, return all fields. When `true`, return only facet-enabled fields. When `false`, return only fields that are not facet-enabled." |
49797 | 49815 | } |
49798 | 49816 | } |
49799 | 49817 | }, |
|
0 commit comments