We added the is_admin
field to users queries. See users queries fields for more information.
We added the change_specific_column_value
event to create webhook mutations. See the create a webhook mutation for more information.
We added ability to change the title of a column with the change_column_title()
mutation. See the change column title mutation for more information.
We added ability to change column values and create items with simple (String
) values. See the change column values with Strings mutation and the create items mutation for more information.
We also added simple value support to some columns. See the change column values with strings mutation for more information.
We added file_extension
, file_size
, and uploaded_by
fields to files queries. See Files for more information.
We added mapped labels and label colors to the settings_str
field when querying Status columns. See the columns queries fields for more information.
This object has the next structure:
{
"labels_colors": {
"$LABEL_ID": {
"color": "#579bfc",
"border": "#4387E8",
"var_name": "bright-blue"
}
}
}
We changed the response type for the duplicate_item
mutation from a stringified JSON to an item. See the duplicate items mutation for more information.
We added the duplicate_item
mutation method which will duplicate a single item at a time. See the duplicate items mutation for more information.
Added the delete_update
mutation method which will delete an existing update. See the delete an update mutation for more information.
We added the create_workspace
mutation method which will create a new workspace. See the create a workspace mutation for more information.