mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
a08c594582
commit
249b3ebdae
5 changed files with 8 additions and 3 deletions
|
@ -48,7 +48,7 @@ Any modifications made to this file will be overwritten.
|
|||
<a class="up" href="#__Methods">Up</a>
|
||||
<pre class="post"><code class="huge"><span class="http-method">post</span> /s/{spaceId}/api/cases/{caseId}/comments</code></pre></div>
|
||||
<div class="method-summary">Adds a comment or alert to a case. (<span class="nickname">addCaseComment</span>)</div>
|
||||
<div class="method-notes">You must have <code>all</code> privileges for the <strong>Cases</strong> feature in the <strong>Management</strong>, <strong>Observability</strong>, or <strong>Security</strong> section of the Kibana feature privileges, depending on the owner of the case you're creating.</div>
|
||||
<div class="method-notes">You must have <code>all</code> privileges for the <strong>Cases</strong> feature in the <strong>Management</strong>, <strong>Observability</strong>, or <strong>Security</strong> section of the Kibana feature privileges, depending on the owner of the case you're creating. NOTE: Each case can have a maximum of 1,000 alerts.</div>
|
||||
|
||||
<h3 class="field-label">Path parameters</h3>
|
||||
<div class="field-items">
|
||||
|
|
|
@ -25,6 +25,10 @@ You must have `all` privileges for the *Cases* feature in the *Management*,
|
|||
<<kibana-feature-privileges,{kib} feature privileges>>, depending on the
|
||||
`owner` of the case you're updating.
|
||||
|
||||
=== {api-description-title}
|
||||
|
||||
NOTE: Each case can have a maximum of 1,000 alerts.
|
||||
|
||||
=== {api-path-parms-title}
|
||||
|
||||
`<case_id>`::
|
||||
|
|
|
@ -1477,7 +1477,7 @@
|
|||
"post": {
|
||||
"summary": "Adds a comment or alert to a case.",
|
||||
"operationId": "addCaseComment",
|
||||
"description": "You must have `all` privileges for the **Cases** feature in the **Management**, **Observability**, or **Security** section of the Kibana feature privileges, depending on the owner of the case you're creating.\n",
|
||||
"description": "You must have `all` privileges for the **Cases** feature in the **Management**, **Observability**, or **Security** section of the Kibana feature privileges, depending on the owner of the case you're creating. NOTE: Each case can have a maximum of 1,000 alerts.\n",
|
||||
"tags": [
|
||||
"cases"
|
||||
],
|
||||
|
|
|
@ -948,7 +948,7 @@ paths:
|
|||
summary: Adds a comment or alert to a case.
|
||||
operationId: addCaseComment
|
||||
description: |
|
||||
You must have `all` privileges for the **Cases** feature in the **Management**, **Observability**, or **Security** section of the Kibana feature privileges, depending on the owner of the case you're creating.
|
||||
You must have `all` privileges for the **Cases** feature in the **Management**, **Observability**, or **Security** section of the Kibana feature privileges, depending on the owner of the case you're creating. NOTE: Each case can have a maximum of 1,000 alerts.
|
||||
tags:
|
||||
- cases
|
||||
parameters:
|
||||
|
|
|
@ -5,6 +5,7 @@ post:
|
|||
You must have `all` privileges for the **Cases** feature in the
|
||||
**Management**, **Observability**, or **Security** section of the Kibana
|
||||
feature privileges, depending on the owner of the case you're creating.
|
||||
NOTE: Each case can have a maximum of 1,000 alerts.
|
||||
tags:
|
||||
- cases
|
||||
parameters:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue