Create Workspace
Create a Workspace.
Path parameters
organizationId
The ID of the Organization to which the Workspace will belong.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
The Workspace's name.
cicdEnforcedDefault
Whether new Deployments enforce CI/CD deploys by default.
description
The Workspace's description.
Response
OK
cicdEnforcedDefault
Whether CI/CD deploys are enforced by default.
createdAt
The time when the Workspace was created in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ
id
The Workspace's ID.
name
The Workspace's name.
organizationId
The ID of the organization to which the workspace belongs.
updatedAt
The time when the Workspace was updated in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ
createdBy
description
The Workspace's description.
organizationName
The name of the Organization to which the Workspace belongs.
updatedBy