Learn about other types supported by the workspaces APIs
The monday.com workspaces APIs enable you to create, read, update, and delete workspaces.
The types below are used by the workspaces queries and mutations, and are not independently queryable.
UpdateWorkspaceAttributesInput
An object containing the input for which workspace attributes to update.
| Field | Description | Enum Values |
|---|---|---|
account_product_id ID | The unique identifier of the target account product to move the workspace to. You can retrieve this by querying the account object. | |
description String | The updated workspace description. | |
kind WorkspaceKind | The kind of workspace to update. | closedopen |
name String | The updated workspace name. |
WorkspaceSettings
An object containing data about the workspace's settings.
| Field | Type | Description |
|---|---|---|
| icon | WorkspaceIcon | The workspace's icon. |
WorkspaceIcon
An object containing data about the workspace's icon.
| Field | Description |
|---|---|
color String | The hex value of the icon's color. Used as a background for the image. |
image String | The temporary public image URL (valid for one hour). |
