You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: oas_docs/output/kibana.serverless.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3129,6 +3129,12 @@ paths:
3129
3129
nullable: true
3130
3130
description: Payload of the attachment. Required unless `origin` is provided (content is resolved once at send time).
3131
3131
type: object
3132
+
description:
3133
+
description: Human-readable label for the attachment.
3134
+
type: string
3135
+
group_id:
3136
+
description: Stable identifier for the logical group this attachment belongs to. Attachments sharing the same group_id were submitted together as a single logical entity.
3137
+
type: string
3132
3138
hidden:
3133
3139
description: When true, the attachment will not be displayed in the UI.
3134
3140
type: boolean
@@ -3512,6 +3518,12 @@ paths:
3512
3518
nullable: true
3513
3519
description: Payload of the attachment. Required unless `origin` is provided (content is resolved once at send time).
3514
3520
type: object
3521
+
description:
3522
+
description: Human-readable label for the attachment.
3523
+
type: string
3524
+
group_id:
3525
+
description: Stable identifier for the logical group this attachment belongs to. Attachments sharing the same group_id were submitted together as a single logical entity.
3526
+
type: string
3515
3527
hidden:
3516
3528
description: When true, the attachment will not be displayed in the UI.
Copy file name to clipboardExpand all lines: oas_docs/output/kibana.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3199,6 +3199,12 @@ paths:
3199
3199
nullable: true
3200
3200
description: Payload of the attachment. Required unless `origin` is provided (content is resolved once at send time).
3201
3201
type: object
3202
+
description:
3203
+
description: Human-readable label for the attachment.
3204
+
type: string
3205
+
group_id:
3206
+
description: Stable identifier for the logical group this attachment belongs to. Attachments sharing the same group_id were submitted together as a single logical entity.
3207
+
type: string
3202
3208
hidden:
3203
3209
description: When true, the attachment will not be displayed in the UI.
3204
3210
type: boolean
@@ -3582,6 +3588,12 @@ paths:
3582
3588
nullable: true
3583
3589
description: Payload of the attachment. Required unless `origin` is provided (content is resolved once at send time).
3584
3590
type: object
3591
+
description:
3592
+
description: Human-readable label for the attachment.
3593
+
type: string
3594
+
group_id:
3595
+
description: Stable identifier for the logical group this attachment belongs to. Attachments sharing the same group_id were submitted together as a single logical entity.
3596
+
type: string
3585
3597
hidden:
3586
3598
description: When true, the attachment will not be displayed in the UI.
0 commit comments