Details
-
Typo
-
Resolution: Fixed
-
Trivial - P5
-
None
-
None
-
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
Issue Links
- links to