Skip to content

Commit a219a0f

Browse files
committed
[DOCS] Replace placeholder anchors for create rollup job API docs. (#45712)
1 parent e9759b2 commit a219a0f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/reference/rollup/apis/put-job.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@ Creates a {rollup-job}.
1111

1212
experimental[]
1313

14-
[[sample-api-request]]
14+
[[rollup-put-job-api-request]]
1515
==== {api-request-title}
1616

1717
`PUT _rollup/job/<job_id>`
1818

19-
[[sample-api-prereqs]]
19+
[[rollup-put-job-api-prereqs]]
2020
==== {api-prereq-title}
2121

2222
* If the {es} {security-features} are enabled, you must have `manage` or
2323
`manage_rollup` cluster privileges to use this API. For more information, see
2424
{stack-ov}/security-privileges.html[Security privileges].
2525

26-
[[sample-api-desc]]
26+
[[rollup-put-job-api-desc]]
2727
==== {api-description-title}
2828

2929
Jobs are created in a `STOPPED` state. You can start them with the
3030
<<rollup-start-job,start {rollup-jobs} API>>.
3131

32-
[[sample-api-path-params]]
32+
[[rollup-put-job-api-path-params]]
3333
==== {api-path-parms-title}
3434

3535
`job_id`::
3636
(Required, string) Identifier for the {rollup-job}.
3737

38-
[[sample-api-request-body]]
38+
[[rollup-put-job-api-request-body]]
3939
==== {api-request-body-title}
4040

4141
`cron`::
@@ -64,7 +64,7 @@ Jobs are created in a `STOPPED` state. You can start them with the
6464

6565
For more details about the job configuration, see <<rollup-job-config>>.
6666

67-
[[sample-api-example]]
67+
[[rollup-put-job-api-example]]
6868
==== {api-example-title}
6969

7070
The following example creates a {rollup-job} named "sensor", targeting the

0 commit comments

Comments
 (0)