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

Small typo in example request to create an organization

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Trivial - P5 Trivial - P5
    • None
    • Affects Version/s: None
    • Component/s: Cloud Manager, Ops Manager
    • Labels:
      None

      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.)

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

              Created:
              Updated:
              Resolved:
              5 years, 11 weeks, 3 days ago