[DOCS-10223] CM/OM: "Update One Backup Configuration" is incorrect Created: 08/May/17  Updated: 29/Oct/23  Resolved: 23/May/17

Status: Closed
Project: Documentation
Component/s: Cloud Manager, Ops Manager
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major - P3
Reporter: Dmitry Ryabtsev Assignee: Anthony Sansone (Inactive)
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Related
Participants:
Days since reply: 6 years, 38 weeks, 1 day ago
Epic Link: C/OM Update API

 Description   

Both Cloud and Ops Manager documentation have incorrect "Update One Backup Configuration":

Note that the "Backup Configuration" article correctly lists the available endpoints in that section. Those are:

Method	Endpoint	Description
GET	/api/public/v1.0/groups/{GROUP-ID}/backupConfigs	Get all backup configurations for a group.
GET	/api/public/v1.0/groups/{GROUP-ID}/backupConfigs/{CLUSTER-ID}	Get a single backup configuration by cluster ID.
PATCH	/api/public/v1.0/groups/{GROUP-ID}/backupConfigs/{CLUSTER-ID}	Update a backup configuration.

However the endpoint being described in "Update One Backup Configuration" is:

GET	/api/public/v1.0/groups/{GROUP-ID}/backupConfigs/{CLUSTER-ID}

Instead, it should be:

PATCH	/api/public/v1.0/groups/{GROUP-ID}/backupConfigs/{CLUSTER-ID}

The examples are also incorrect.



 Comments   
Comment by Githook User [ 23/May/17 ]

Author:

{u'username': u'atsansone', u'name': u'Tony Sansone', u'email': u'tony.sansone@mongodb.com'}

Message: (DOCS-10223): Fix to Update Backup Config API resource.
Branch: v3.4
https://github.com/10gen/mms-docs/commit/cb484cdddfde8cd94407b690f9ba70e43b4eb1a5

Comment by Githook User [ 23/May/17 ]

Author:

{u'username': u'atsansone', u'name': u'Tony Sansone', u'email': u'tony.sansone@mongodb.com'}

Message: (DOCS-10223): Fix to Update Backup Config API resource.
Branch: master
https://github.com/10gen/mms-docs/commit/42c0e3f14e03dd7f71094c8b6430e1b687ea362d

Generated at Thu Feb 08 08:00:04 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.