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

[Atlas] "Add Teams to Project" API Endpoint Correction

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Atlas
    • Labels:
      None

      Description

      https://docs.atlas.mongodb.com/reference/api/project-add-team/

      Currently, the Add Teams to a Project section of the Atlas API documentation states that the request body should include a roles parameter that is an object array:

      [ { "teamId" : "

      {TEAM-ID}", "roles" : [ { "roleName" : "GROUP_OWNER" } ] } ]

      but correct would be:

      [ { "teamId" : "{TEAM-ID}

      ", "roles" : [ "roleName" : "GROUP_OWNER" ] } ]

       

      seems to be a regression to:

      https://jira.mongodb.org/browse/DOCS-11720

      Scope of changes

      Impact to Other Docs

      MVP (Work and Date)

      Resources (Scope or Design Docs, Invision, etc.)

            Assignee:
            jonathan.destefano@mongodb.com Jonathan DeStefano
            Reporter:
            falk.oertel@nagra.com Falk Oertel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              4 years, 17 weeks, 1 day ago