Skip to content

Commit 4124476

Browse files
jtaylor-csCopilot
andauthored
Update src/content/artifact-management/retention-rules.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ae2882c commit 4124476

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/content/artifact-management/retention-rules.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ Alternatively, you can also use the Cloudsmith API to enable/disable a Retention
2828
curl --request PATCH \
2929
--url 'https://api.cloudsmith.io/repos/WORKSPACE/REPOSITORY/retention?=' \
3030
--header 'Authorization: Bearer API_TOKEN' \
31-
--form retention_enabled=true (enable)
32-
--form retention_enabled=false (disable)
31+
--form retention_enabled=true # use 'true' to enable, 'false' to disable
3332
```
3433

3534
<Note variant="note">

0 commit comments

Comments
 (0)