Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
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.
Attachments
Issue Links
- links to