We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1ca317 + 68b46a9 commit 6d3bbafCopy full SHA for 6d3bbaf
1 file changed
src/PowerPlatform/Dataverse/client.py
@@ -162,7 +162,7 @@ def update(
162
:param table_schema_name: Schema name of the table (e.g. ``"account"`` or ``"new_MyTestTable"``).
163
:type table_schema_name: :class:`str`
164
:param ids: Single GUID string or list of GUID strings to update.
165
- :type ids: :class:`str` or :class:`list` of :class:`str`
+ :type ids: :class:`str` or :class:`list` of :class:`str`
166
:param changes: Dictionary of changes for single/broadcast mode, or list of dictionaries
167
for paired mode. When ``ids`` is a list and ``changes`` is a single dict,
168
the same changes are broadcast to all records. When both are lists, they must
0 commit comments