Skip to content

Commit

Permalink
Added test for GET /_plugins/_rollup/jobs/{id}. (#720)
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock authored Dec 10, 2024
1 parent def47a7 commit 2cc8c5d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/default/rollups/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,17 @@ chapters:
rollup:
rollup_id: books
enabled: true
- synopsis: Get an index rollup job.
path: /_plugins/_rollup/jobs/{id}
method: GET
parameters:
id: books
response:
status: 200
payload:
_id: books
rollup:
rollup_id: books
- synopsis: Delete an index rollup job.
path: /_plugins/_rollup/jobs/{id}
method: DELETE
Expand Down

0 comments on commit 2cc8c5d

Please sign in to comment.