Skip to main content

Update an existing workspace

Path Parameters
  • id cuid required

    Workspace ID

Request Body

Workspace fields to update

  • name string required
  • externalRef string
  • slug string required
  • ownerUserEmail string required
  • isArchived boolean
  • isPublic boolean
  • isOnDemandTemplate boolean
Responses

OK


Schema
  • name string
  • externalRef string
  • slug string
  • ownerUserEmail string
  • createdAt date-time
  • updatedAt date-time
  • archivedAt date-time
  • id cuid
Loading...