Mutations
/update_workspace
update_workspace
Update an existing workspace.
Arguments
attributes
UpdateWorkspaceAttributesInput!
Required
The attributes of the workspace to updateid
ID
The workspace ID.
Returns
- Update an existing workspace.
mutation update_workspace($attributes: UpdateWorkspaceAttributesInput!) { update_workspace(attributes: $attributes) { # update_workspace fields } }
Built with