Added support for updating the location column with either simple String
values or JSON
values. See the location column for more information.
Changed the behavior of the items()
field in a boards()
query. Now, when passing an empty array to the ids
argument, it will not return any items (instead of returning all of the items on the board). See boards queries fields for more information.
- Added a
order_by: created_at / used_at
argument for boards queries. See boards queries arguments for more information. - Deprecated the
newest_first
argument for boards queries. See boards queries arguments for more information.
We added event change_name
to the create webhook mutations. See the create a webhook mutation for more information.
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"
}
}
}