Create Workspace

Create a Workspace.

Path parameters

organizationIdstringRequired

The ID of the Organization to which the Workspace will belong.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired<=50 characters

The Workspace’s name.

cicdEnforcedDefaultbooleanOptional

Whether new Deployments enforce CI/CD deploys by default.

descriptionstringOptional

The Workspace’s description.

Response

OK

cicdEnforcedDefaultboolean

Whether CI/CD deploys are enforced by default.

createdAtdatetime

The time when the Workspace was created in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ

idstring

The Workspace’s ID.

namestring

The Workspace’s name.

organizationIdstring

The ID of the organization to which the workspace belongs.

updatedAtdatetime

The time when the Workspace was updated in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ

createdByobjectOptional
descriptionstringOptional

The Workspace’s description.

organizationNamestringOptional

The name of the Organization to which the Workspace belongs.

updatedByobjectOptional

Errors