Skip to content

Commit 2e661b5

Browse files
DOCSP-46925 -- fix accepted values snapshot daily retention days API param-v8.0-backport (793) (#794)
# Backport This will backport the following commits from `master` to `v8.0`: - [DOCSP-46925 -- fix accepted values snapshot daily retention days API param (#793)](10gen/docs-ops-manager#793) <!--- Backport version: 9.6.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport)
1 parent 0e736e9 commit 2e661b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/includes/api/list-tables/snapshot-schedule/requests-opsmgr.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
* - ``dailySnapshotRetentionDays``
2626
- number
2727
- Optional
28-
- Number of days to retain daily snapshots. You can set a value
29-
between ``1`` and ``365``, inclusive.
28+
- Number of days to retain daily snapshots. Accepted values are:
29+
``0``, ``3``, ``4``, ``5``, ``6``, ``7``, ``15``, ``30``, ``60``,
30+
``90``, ``120``, ``180``, ``360``.
3031

3132
Setting ``dailySnapshotRetentionDays`` to ``0`` disables this
3233
rule.

0 commit comments

Comments
 (0)