Skip to content

Commit cfdbd11

Browse files
authored
Update README.md
1 parent c8b123a commit cfdbd11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ mb.copy_collection(source_collection_id=123, destination_parent_collection_id=45
8888
```
8989
You can also specify a postfix to be added to the names of the child items that get copied.
9090

91-
#### `update_colum`
91+
#### `update_column`
9292
Update the column in Data Model by providing the relevant parameter (list of all parameters can be found [here](https://www.metabase.com/docs/latest/api-documentation.html#put-apifieldid)).
9393
For example to change the column type to 'Category', we can use:
9494
```python

0 commit comments

Comments
 (0)