cURL
Workspaces
Update a workspace
Update a workspace by ID
PATCH
cURL
Documentation Index
Fetch the complete documentation index at: https://developers.dock.us/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier
Example:
"RiHO4e0Ju3DS"
Query Parameters
Select the workspace properties that should be returned
Available options:
accountId, name, workspaceUrl, templateId, startDate, targetEndDate, actualEndDate, projectAge, taskProgress, lastContactView, totalViews, totalActions, totalTimeSpent, contactsCount, account.name, account.website, account.ownerId, account.logo, account.salesforceAccountId, account.hubspotCompanyId, account.createdAt, account.updatedAt, customFields.name, customFields.type, customFields.variableName, customFields.value, workspaceDomains.domain, workspaceDomains.role, workspaceDomains.createdAt, workspaceDomains.updatedAt, workspaceUsers.role, workspaceUsers.createdAt, workspaceUsers.updatedAt, workspaceUsers.user.firstName, workspaceUsers.user.lastName, workspaceUsers.user.avatar, workspaceUsers.user.email, workspaceUsers.user.name, workspaceUsers.user.createdAt, workspaceUsers.user.updatedAt, deal.name, deal.amount, deal.closeDate, deal.createdDate, deal.type, deal.stage, deal.hubspotDealId, deal.salesforceOpportunityId Body
application/json
The start date of the workspace in YYYY-MM-DD format, or null to remove the date
Example:
"2025-06-15"
The actual end date of the workspace in YYYY-MM-DD format, or null to remove the date
Example:
"2025-09-30"
The target end date of the workspace in YYYY-MM-DD format, or null to remove the date
Example:
"2025-08-31"
customFields
(Single-line text · object | Multi-line text · object | Date · object | Number · object | Single checkbox · object | Multiple checkboxes · object | Dropdown select · object | Radio select · object)[] | null
Custom fields to update
- Single-line text
- Multi-line text
- Date
- Number
- Single checkbox
- Multiple checkboxes
- Dropdown select
- Radio select
Response
Workspace updated