Create a new white label
POST {{baseUrl}}/api/whitelabels
Create a new white label
Request Body
{"name"=>"<string>", "domain"=>"<string>", "ownerOrganizationId"=>"<number>", "identityProviders"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "allowPasswordAuth"=>"<boolean>", "deploymentTargets"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "documentationUrl"=>"<string>", "allowSignup"=>"<boolean>", "allowFreeProjects"=>"<boolean>", "sandboxed"=>"<boolean>", "exposePublicProjects"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"themeId":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}