Skip to content

Commit

Permalink
Add kwarg ref for docs
Browse files Browse the repository at this point in the history
locally, `docs/build/api.html#pyairtable.Table.update` shows the arg definition now
  • Loading branch information
marks committed Nov 25, 2023
1 parent ccc82e5 commit cc06a03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyairtable/api/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ def update(
fields: Fields to update. Must be a dict with column names or IDs as keys.
replace: |kwarg_replace|
typecast: |kwarg_typecast|
return_fields_by_field_id: |kwarg_return_fields_by_field_id|
"""
method = "put" if replace else "patch"
updated = self.api.request(
Expand Down

0 comments on commit cc06a03

Please sign in to comment.