Skip to content

Commit 1a6a47e

Browse files
DOCSP-46925 -- fix accepted values snapshot daily retention days API param (#793)
- [DOCSP-number](https://jira.mongodb.org/browse/DOCSP-46925) - [STAGING](https://deploy-preview-793--docs-ops-manager.netlify.app/reference/api/backup/update-one-snapshot-schedule-by-cluster-id/#request-body-parameters) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent e9b5ed6 commit 1a6a47e

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)