@verdocs/js-sdk 5.1.1 → 5.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/package.json +2 -2
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -2629,6 +2629,7 @@ const getOrganizationUsage = (endpoint, organizationId, params) => endpoint.api
|
|
|
2629
2629
|
* @api POST /v2/organizations Create organization
|
|
2630
2630
|
* @apiDescription The caller will be assigned an "Owner" profile in the new organization, and it will be set to "current" automatically. A new set of session tokens will be issued to the caller, and the caller should update their endpoint to use the new tokens.
|
|
2631
2631
|
* @apiBody string name The name of the new organization
|
|
2632
|
+
* @apiBody string parent_id? If set, the new organization will be created as a child of the specified parent organization. The caller must be an admin of the parent organization.
|
|
2632
2633
|
* @apiBody string contact_email? Contact email for the new organization
|
|
2633
2634
|
* @apiBody string url? URL for the new organization
|
|
2634
2635
|
* @apiBody string full_logo_url? URL of a large-format PNG logo
|