Skip to content

Commit 76601ac

Browse files
DOCSP-46925 -- fix accepted values snapshot daily retention days API param-v6.0-backport (793) (#796)
# Backport This will backport the following commits from `master` to `v6.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 687658e commit 76601ac

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
@@ -27,8 +27,9 @@
2727
* - ``dailySnapshotRetentionDays``
2828
- number
2929
- Optional
30-
- Number of days to retain daily snapshots. You can set a value
31-
between ``1`` and ``365``, inclusive.
30+
- Number of days to retain daily snapshots. Accepted values are:
31+
``0``, ``3``, ``4``, ``5``, ``6``, ``7``, ``15``, ``30``, ``60``,
32+
``90``, ``120``, ``180``, ``360``.
3233

3334
.. note::
3435

0 commit comments

Comments
 (0)