docs/packages/docusaurus/docs/03-Pangolin/07-API/create-a-new-organization.api.mdx
2025-04-27 18:22:35 -04:00

71 lines
No EOL
2.1 KiB
Text

---
id: create-a-new-organization
title: "Create a new organization"
description: "Create a new organization"
sidebar_label: "Create a new organization"
hide_title: true
hide_table_of_contents: true
api: eJx9U8Fu2zAM/RWDZxVBBvTiWzvsEGBAgy09BT7QNmurtSVVotOkhv59oOwkDjr0YogiRT6+9zxCTaHy2rG2BnL46QmZMswMfWTWN2j0J6acAsYmQL6Hp+V1oSBQNXjNJ8j3IzwSevLZw8At5PsiFgo8vQ8U+NHWJ8hHqKxhMixHdK7TVWq0eg0CYIRQtdSjnPjkCHKw5StVDAqct448awqStb7Z1IuywF6bBqICgz19TSjotflNphFgawU9Hs/Rj/v7qCAMpSH+T8c4raA91bL+NHgec3lWKMC61rIKdtsF0hfsAsU4dQnOmpDwRwU9cWtryMENaT0ULLCyXsAG8gfyIXE6+E4ShzXEBd1/haiJixvSL/hbZiedUh3kUKaqtI+Q/ecqy68j9q6jBa1X1iY2r/GZpgXh2rxYeSuAJxsd1uIXzdITtmga22mTbQxT45Pc2cN2I0+dDdxjEn4e9J0Db7y6cNL3tp3YYDryynWojcxNlI4z50lTUbC1gSUcxxIDPfsuRrl+H8iLuwsFB/QaS1lrX0QFLWFNPon0RicBMkG628lQKe8GGf7F6CLkRf/t8w4UlPP/0dtannj8AJW+OYACm7ZOaqe7ETo0zYCN1E4tRVi8tcAsuTofBOicQnNaABzHqWJn38jECGrehyWGWMQY/wFk5G0f
sidebar_class_name: "put api-method"
info_path: 03-Pangolin/07-API/pangolin-integration-api
custom_edit_url: null
---
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";
<Heading
as={"h1"}
className={"openapi__heading"}
children={"Create a new organization"}
>
</Heading>
<MethodEndpoint
method={"put"}
path={"/org"}
context={"endpoint"}
>
</MethodEndpoint>
Create a new organization
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>
<ParamsDetails
parameters={undefined}
>
</ParamsDetails>
<RequestSchema
title={"Body"}
body={{"content":{"application/json":{"schema":{"type":"object","properties":{"orgId":{"type":"string"},"name":{"type":"string","minLength":1,"maxLength":255},"subnet":{"type":"string"}},"required":["orgId","name","subnet"],"additionalProperties":false}}}}}
>
</RequestSchema>
<StatusCodes
id={undefined}
label={undefined}
responses={{}}
>
</StatusCodes>