Skip to content

Commit e144b8d

Browse files
committed
Fix build
1 parent 5d85ec1 commit e144b8d

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` |<<connector-schema, connector>> |Object containing the action's
22+
|`connector` |<<update-connector-connector-schema, connector>> |Object containing the action'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:
@@ -33,7 +33,7 @@ are pushed.
3333
|`version` |String |The connector version. |Yes
3434
|==============================================
3535

36-
[[connector-schema]]
36+
[[update-connector-connector-schema]]
3737
*`connector` schema*
3838

3939
[width="100%",options="header"]

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` |<<connector-schema, connector>> |Object containing the action's
26+
|`connector` |<<assign-connector-connector-schema, connector>> |Object containing the action'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:
@@ -35,7 +35,7 @@ are pushed.
3535
|Yes
3636
|==============================================
3737

38-
[[connector-schema]]
38+
[[assign-connector-connector-schema]]
3939
*`connector` schema*
4040

4141
[width="100%",options="header"]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ 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` |<<connector-schema, connector>> |Object containing the action's
22+
|`connector` |<<create-case-connector-schema, connector>> |Object containing the action's
2323
configuration. |Yes
2424
|==============================================
2525

26-
[[connector-schema]]
26+
[[create-case-connector-schema]]
2727
*`connector` schema*
2828

2929
[width="100%",options="header"]

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` |<<connector-schema, connector>> |Object containing the action's
28+
|`connector` |<<case-update-connector-schema, connector>> |Object containing the action's
2929
configuration. |No
3030
|`description` |String |The updated case description. |No
3131
|`status` |String a|The updated case status, which can be:
@@ -39,7 +39,7 @@ configuration. |No
3939
<<cases-api-get-case>> or <<cases-api-find-cases>>). |Yes
4040
|==============================================
4141

42-
[[connector-schema]]
42+
[[case-update-connector-schema]]
4343
*`connector` schema*
4444

4545
[width="100%",options="header"]

0 commit comments

Comments
 (0)