Workspace

Add a workspace

post/v1/workspaces

Request body

namestring

Represents a workspace name.

organizationIdstring

Represents the Cake organization identifier across the system.

Example request

{
  "name": "Cool Company",
  "organizationId": "67d471fb56aa9668b7bfa295"
}

Response

Created

WorkspaceDtoV1 required— unresolved $ref

Changes