Skip to content

Commit cc589d9

Browse files
Merge pull request #2840 from OctopusDeploy/tk/missing-links
Adding missing links
2 parents 0ac4ef4 + 61ace60 commit cc589d9

File tree

1 file changed

+4
-1
lines changed
  • src/pages/docs/octopus-rest-api/examples/bulk-operations

1 file changed

+4
-1
lines changed

src/pages/docs/octopus-rest-api/examples/bulk-operations/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ All the scripts in this section will include:
1515
- A list of what would've changed (when what-if is `True`), or what just changed (when what-if is `False`).
1616
- A "limiter" parameter that will limit the number of changes per run. If you have 25 items to change, and the limit is set to 5, it will only change five items per run. You'd need to run the script five times to change all 25 items. This was added so you can do some test runs and spot-check the results.
1717

18-
Provided sample bulk operations are:
18+
Provided sample bulk operations are:
19+
20+
- [Bulk add a project to a list of tenants](/docs/octopus-rest-api/examples/bulk-operations/bulk-add-projects-to-tenants)
21+
- [Rerun all canceled deployments and runbook runs after node shutdown](/docs/octopus-rest-api/examples/bulk-operations/rerun-deployments-and-runbooks-after-node-shutdown)

0 commit comments

Comments
 (0)