The monday.com workspaces API lets you query a workspace's settings and its content.
Each of the object types described below represents a specific aspect of a workspace. You can use these object types to supply metadata in queries and mutations.
UpdateWorkspaceAttributesInput
An object containing the input for which workspace attributes to update.
Field | Description | Enum Values |
|---|---|---|
account_product_id | The unique identifier of the target account product to move the workspace to. You can retrieve this by querying the | |
description | The updated workspace description. | |
kind | The kind of workspace to update. |
|
name | The updated workspace name. |
WorkspaceSettings
An object containing data about the workspace's settings.
Field | Description | Supported Fields |
|---|---|---|
icon | The workspace's icon. | color |
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). |
