Skip to content

Commit f5a9351

Browse files
committed
Fix
1 parent e144b8d commit f5a9351

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/cases/api/cases-api/case-api-update-connector.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A JSON object with these fields:
1919
|==============================================
2020
|Name |Type |Description |Required
2121

22-
|`connector` |<<update-connector-connector-schema, connector>> |Object containing the action's
22+
|`connector` |<<update-connector-connector-schema, connector>> |Object containing the connector's
2323
configuration. |Yes
2424
|`closure_type` |String a|Determines whether a case is automatically closed in
2525
{es-sec} when it is pushed to external systems. Valid values are:
@@ -51,7 +51,7 @@ Must be one of these:
5151
* `.resilient`
5252
* `.none`
5353
|Yes
54-
|`fields` |Object a| Object containing the fields of the connector.
54+
|`fields` |Object a| Object containing connector's fields.
5555

5656
For {sn} connectors:
5757

docs/cases/api/cases-api/cases-api-assign-connector.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A JSON object with these fields:
2323
|==============================================
2424
|Name |Type |Description |Required
2525

26-
|`connector` |<<assign-connector-connector-schema, connector>> |Object containing the action's
26+
|`connector` |<<assign-connector-connector-schema, connector>> |Object containing the connector's
2727
configuration. |Yes
2828
|`closure_type` |String a|Determines whether a case is automatically closed in
2929
{es-sec} when it is pushed to external systems. Valid values are:
@@ -53,7 +53,7 @@ Must be one of these:
5353
* `.resilient`
5454
* `.none`
5555
|Yes
56-
|`fields` |Object a| Object containing the fields of the connector.
56+
|`fields` |Object a| Object containing the connector's fields.
5757

5858
For {sn} connectors:
5959

docs/cases/api/cases-api/cases-api-create.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A JSON object with these fields:
1919
|`description` |String |The case's description. |Yes
2020
|`tags` |String[] |String array containing words and phrases that help
2121
categorize cases. |Yes, can be an empty array.
22-
|`connector` |<<create-case-connector-schema, connector>> |Object containing the action's
22+
|`connector` |<<create-case-connector-schema, connector>> |Object containing the connector's
2323
configuration. |Yes
2424
|==============================================
2525

@@ -43,7 +43,7 @@ Must be one of these:
4343
* `.resilient`
4444
* `.none`
4545
|Yes
46-
|`fields` |Object a| Object containing the fields of the connector.
46+
|`fields` |Object a| Object containing the connector's fields.
4747

4848
For {sn} connectors:
4949

docs/cases/api/cases-api/cases-api-update.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A JSON array containing one or more case objects with updated field values:
2525

2626
|`id` |String |The ID of the case being updated. |Yes
2727
|`title` |String |The updated case title. |No
28-
|`connector` |<<case-update-connector-schema, connector>> |Object containing the action's
28+
|`connector` |<<case-update-connector-schema, connector>> |Object containing the connector's
2929
configuration. |No
3030
|`description` |String |The updated case description. |No
3131
|`status` |String a|The updated case status, which can be:
@@ -59,7 +59,7 @@ Must be one of these:
5959
* `.resilient`
6060
* `.none`
6161
|Yes
62-
|`fields` |Object a| Object containing the fields of the connector.
62+
|`fields` |Object a| Object containing the connector's fields.
6363

6464
For {sn} connectors:
6565

0 commit comments

Comments
 (0)