Skip to content

Commit 26fef85

Browse files
committed
[DOCS] Clarify actions parm def for tasks APIs
1 parent 9f5f9f1 commit 26fef85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/reference/cat/tasks.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ include::{docdir}/cluster/tasks.asciidoc[tag=tasks-api-404]
7676
===== Get information for a specific task
7777

7878
[source,console]
79-
----------------------------------------------------------------------------
79+
----
8080
GET _cat/tasks/oTUltX4IQMOUUVeiohTt8A:124?v
81-
----------------------------------------------------------------------------
81+
----
8282
// TEST[skip:No tasks to retrieve]
8383

8484
The API returns the following response:

docs/reference/rest-api/common-parms.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tag::actions[]
55
--
66
(Optional, string)
77
Comma-separated list or wildcard expression
8-
used to limit the request.
8+
of actions used to limit the request.
99

1010
Omit this parameter to return all actions.
1111
--

0 commit comments

Comments
 (0)