File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
2323configuration. |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
5656For {sn} connectors:
5757
Original file line number Diff line number Diff 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
2727configuration. |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
5858For {sn} connectors:
5959
Original file line number Diff line number Diff 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
2121categorize 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
2323configuration. |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
4848For {sn} connectors:
4949
Original file line number Diff line number Diff 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
2929configuration. |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
6464For {sn} connectors:
6565
You can’t perform that action at this time.
0 commit comments