Skip to content

Commit

Permalink
Merge branch 'actions/terminology-api' of github.com:gmmorris/kibana …
Browse files Browse the repository at this point in the history
…into actions/terminology-api

* 'actions/terminology-api' of github.com:gmmorris/kibana:
  Apply suggestions from code review
  • Loading branch information
gmmorris committed Mar 4, 2021
2 parents 97e2549 + d005de3 commit 71c8965
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions docs/api/actions-and-connectors.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Manage Actions and Connectors.

The following action APIs are available:
The following connector APIs are available:

* <<actions-and-connectors-api-get, Get connector API>> to retrieve a single connector by ID

Expand All @@ -15,9 +15,9 @@ The following action APIs are available:

* <<actions-and-connectors-api-update, Update connector API>> to update the attributes for an existing connector

* <<actions-and-connectors-api-execute, Execute connector API>> to execute an connector by ID
* <<actions-and-connectors-api-execute, Execute connector API>> to execute a connector by ID

* <<actions-and-connectors-api-delete, Delete connector API>> to delete an connector by ID
* <<actions-and-connectors-api-delete, Delete connector API>> to delete a connector by ID

For deprecated APIs, refer to <<actions-and-connectors-legacy-apis>>.

Expand All @@ -37,4 +37,4 @@ include::actions-and-connectors/legacy/list.asciidoc[]
include::actions-and-connectors/legacy/create.asciidoc[]
include::actions-and-connectors/legacy/update.asciidoc[]
include::actions-and-connectors/legacy/execute.asciidoc[]
include::actions-and-connectors/legacy/delete.asciidoc[]
include::actions-and-connectors/legacy/delete.asciidoc[]
2 changes: 1 addition & 1 deletion docs/api/actions-and-connectors/execute.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<titleabbrev>Execute connector API</titleabbrev>
++++

Executes an connector by ID.
Executes a connector by ID.

[[actions-and-connectors-api-execute-request]]
==== Request
Expand Down
2 changes: 1 addition & 1 deletion docs/api/actions-and-connectors/get.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<titleabbrev>Get connector API</titleabbrev>
++++

Retrieves an connector by ID.
Retrieves a connector by ID.

[[actions-and-connectors-api-get-request]]
==== Request
Expand Down
2 changes: 1 addition & 1 deletion docs/api/actions-and-connectors/legacy/create.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deprecated::[7.13.0]

Please use the <<actions-and-connectors-api-create>> instead.

Creates an connector.
Creates a connector.

[[actions-and-connectors-legacy-api-create-request]]
===== Request
Expand Down
2 changes: 1 addition & 1 deletion docs/api/actions-and-connectors/legacy/delete.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deprecated::[7.13.0]

Please use the <<actions-and-connectors-api-delete>> instead.

Deletes an connector by ID.
Deletes a connector by ID.

WARNING: When you delete an connector, _it cannot be recovered_.

Expand Down
2 changes: 1 addition & 1 deletion docs/api/actions-and-connectors/legacy/execute.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deprecated::[7.13.0]

Please use the <<actions-and-connectors-api-execute>> instead.

Executes an connector by ID.
Executes a connector by ID.

[[actions-and-connectors-legacy-api-execute-request]]
===== Request
Expand Down
2 changes: 1 addition & 1 deletion docs/api/actions-and-connectors/legacy/get.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deprecated::[7.13.0]

Please use the <<actions-and-connectors-api-get>> instead.

Retrieves an connector by ID.
Retrieves a connector by ID.

[[actions-and-connectors-legacy-api-get-request]]
===== Request
Expand Down

0 comments on commit 71c8965

Please sign in to comment.