Skip to content

Commit

Permalink
Fix bulleted list
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Nov 12, 2024
1 parent d1f3a9a commit 660c1ce
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 4 additions & 2 deletions oas_docs/output/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7323,8 +7323,10 @@ paths:
**Cases** feature in the **Management**, **Observability**, or
**Security** section of the Kibana feature privileges, depending on the
owner of the case you're updating. The request must include:
- The `Content-Type: multipart/form-data` HTTP header.
- A link to the file that is being uploaded.

- The `Content-Type: multipart/form-data` HTTP header.

- A link to the file that is being uploaded.
operationId: addCaseFileDefaultSpace
parameters:
- $ref: '#/components/parameters/Cases_kbn_xsrf'
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/cases/docs/openapi/bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -1874,7 +1874,7 @@
"post": {
"summary": "Attach a file to a case",
"operationId": "addCaseFileDefaultSpace",
"description": "Attach a file to a case. 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 updating. The request must include:\n - The `Content-Type: multipart/form-data` HTTP header.\n - A link to the file that is being uploaded.\n",
"description": "Attach a file to a case. 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 updating. The request must include:\n- The `Content-Type: multipart/form-data` HTTP header.\n- A link to the file that is being uploaded.\n",
"tags": [
"cases"
],
Expand Down
4 changes: 2 additions & 2 deletions x-pack/plugins/cases/docs/openapi/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1214,8 +1214,8 @@ paths:
operationId: addCaseFileDefaultSpace
description: |
Attach a file to a case. 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 updating. The request must include:
- The `Content-Type: multipart/form-data` HTTP header.
- A link to the file that is being uploaded.
- The `Content-Type: multipart/form-data` HTTP header.
- A link to the file that is being uploaded.
tags:
- cases
parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ post:
**Management**, **Observability**, or **Security** section of the Kibana
feature privileges, depending on the owner of the case you're updating.
The request must include:
- The `Content-Type: multipart/form-data` HTTP header.
- A link to the file that is being uploaded.
- The `Content-Type: multipart/form-data` HTTP header.
- A link to the file that is being uploaded.
tags:
- cases
parameters:
Expand Down

0 comments on commit 660c1ce

Please sign in to comment.