Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-10223

CM/OM: "Update One Backup Configuration" is incorrect

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • None
    • None
    • Cloud Manager, Ops Manager
    • 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

        Activity

          People

            tony.sansone@mongodb.com Anthony Sansone (Inactive)
            dmitry.ryabtsev@mongodb.com Dmitry Ryabtsev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              6 years, 38 weeks, 1 day ago