Create a new organization
POST
https://api.sh.example.com/v1
/organizations
Request Body
id
string · pattern:^[a-zA-Z0-9-]+$
· requiredname
string · minLength: 1 · maxLength: 200 · required
parent
circular
sub
array · maxItems: 100 ·sub (circular)
Responses
id
string · pattern:^[a-zA-Z0-9-]+$
· requiredname
string · minLength: 1 · maxLength: 200 · requiredparent
circular
sub
array · maxItems: 100 ·sub (circular)