|
38514 | 38514 | ], |
38515 | 38515 | "properties": { |
38516 | 38516 | "advance_in_time": { |
38517 | | - "type": "integer", |
| 38517 | + "type": [ |
| 38518 | + "integer", |
| 38519 | + "null" |
| 38520 | + ], |
38518 | 38521 | "format": "int64", |
38519 | | - "description": "Advance notification lead time (seconds)." |
| 38522 | + "description": "Advance notification lead time in seconds. `0` notifies exactly at shift start; omitting disables advance notification." |
38520 | 38523 | }, |
38521 | 38524 | "fixed_time": { |
38522 | 38525 | "$ref": "#/components/schemas/ScheduleFixedTimeNotifyInfo" |
|
39462 | 39465 | "wecom", |
39463 | 39466 | "feishu", |
39464 | 39467 | "feishu_app", |
39465 | | - "feishu_app_card_table_enabled", |
| 39468 | + "feishu_app_card_v2_table_enabled", |
39466 | 39469 | "dingtalk_app", |
39467 | 39470 | "wecom_app", |
39468 | 39471 | "slack_app", |
|
39529 | 39532 | "type": "string", |
39530 | 39533 | "description": "Feishu app message template source." |
39531 | 39534 | }, |
39532 | | - "feishu_app_card_table_enabled": { |
| 39535 | + "feishu_app_card_v2_table_enabled": { |
39533 | 39536 | "type": "boolean", |
39534 | 39537 | "description": "Whether alert labels use table rendering in Feishu app cards." |
39535 | 39538 | }, |
|
39754 | 39757 | "type": "string", |
39755 | 39758 | "description": "Feishu app message template source." |
39756 | 39759 | }, |
39757 | | - "feishu_app_card_table_enabled": { |
| 39760 | + "feishu_app_card_v2_table_enabled": { |
39758 | 39761 | "type": "boolean", |
39759 | 39762 | "default": false, |
39760 | 39763 | "description": "Render alert labels as a table in Feishu app cards." |
|
39872 | 39875 | "type": "string", |
39873 | 39876 | "description": "Feishu app message template source." |
39874 | 39877 | }, |
39875 | | - "feishu_app_card_table_enabled": { |
| 39878 | + "feishu_app_card_v2_table_enabled": { |
39876 | 39879 | "type": [ |
39877 | 39880 | "boolean", |
39878 | 39881 | "null" |
|
44520 | 44523 | "description": "Alert settings for the application.", |
44521 | 44524 | "properties": { |
44522 | 44525 | "enabled": { |
44523 | | - "type": "boolean", |
| 44526 | + "type": [ |
| 44527 | + "boolean", |
| 44528 | + "null" |
| 44529 | + ], |
44524 | 44530 | "description": "Whether alerting is enabled." |
44525 | 44531 | }, |
44526 | 44532 | "channel_ids": { |
@@ -44901,16 +44907,25 @@ |
44901 | 44907 | "description": "Owning team ID. Get team IDs via `POST /team/list`. Omit to leave unchanged." |
44902 | 44908 | }, |
44903 | 44909 | "is_private": { |
44904 | | - "type": "boolean", |
44905 | | - "description": "Restrict access to members of the owning team. Omit to leave unchanged." |
| 44910 | + "type": [ |
| 44911 | + "boolean", |
| 44912 | + "null" |
| 44913 | + ], |
| 44914 | + "description": "Restrict access to members of the owning team; `false` explicitly makes the application public. Omit to leave unchanged." |
44906 | 44915 | }, |
44907 | 44916 | "no_ip": { |
44908 | | - "type": "boolean", |
44909 | | - "description": "When `true`, stop collecting user IP addresses. Omit to leave unchanged." |
| 44917 | + "type": [ |
| 44918 | + "boolean", |
| 44919 | + "null" |
| 44920 | + ], |
| 44921 | + "description": "When `true`, stop collecting user IP addresses; when `false`, resume collecting them. Omit to leave unchanged." |
44910 | 44922 | }, |
44911 | 44923 | "no_geo": { |
44912 | | - "type": "boolean", |
44913 | | - "description": "When `true`, stop inferring geographic location from IP. Omit to leave unchanged." |
| 44924 | + "type": [ |
| 44925 | + "boolean", |
| 44926 | + "null" |
| 44927 | + ], |
| 44928 | + "description": "When `true`, stop inferring geographic location from IP; when `false`, resume inferring it. Omit to leave unchanged." |
44914 | 44929 | }, |
44915 | 44930 | "alerting": { |
44916 | 44931 | "$ref": "#/components/schemas/RumApplicationAlerting", |
|
49781 | 49796 | "description": "Filter by RUM data scopes. Valid values: `session`, `view`, `action`, `error`, `resource`, `long_task`, `vital`, `issue`, `sourcemap`." |
49782 | 49797 | }, |
49783 | 49798 | "is_facet": { |
49784 | | - "type": "boolean", |
49785 | | - "description": "When true, return only facet-enabled fields. When false or omitted, return all fields." |
| 49799 | + "type": [ |
| 49800 | + "boolean", |
| 49801 | + "null" |
| 49802 | + ], |
| 49803 | + "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." |
49786 | 49804 | } |
49787 | 49805 | } |
49788 | 49806 | }, |
|
0 commit comments