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

Small typo in example request to create an organization

    XMLWordPrintableJSON

Details

    • Icon: Typo Typo
    • Resolution: Fixed
    • Icon: Trivial - P5 Trivial - P5
    • None
    • None
    • Cloud Manager, Ops Manager
    • None

    Description

      Description

      The example request for creating an organization via the public API has a small typo. There is a missing '\' after the path.

      Page: https://docs.cloudmanager.mongodb.com/reference/api/organizations/organization-create-one/

       

      Current text: 

      curl --user '{USERNAME}:{APIKEY}' --digest \
      --header 'Accept: application/json' \
      --header 'Content-Type: application/json' \
      --include \
      --request POST "https://cloud.mongodb.com/api/public/v1.0/orgs"
      --data
      '{ "name" : "myNewOrganization" }'

       

       

      Scope of changes

      Impact to Other Docs

      MVP (Work and Date)

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

      Attachments

        Activity

          People

            rob.justice@mongodb.com Robert Justice (Inactive)
            jeremy.bensing@mongodb.com Jeremy Bensing
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              5 years, 5 days ago