Skip to content

Commit 5656b63

Browse files
tpellissierclaude
andcommitted
Fix create_lookup_field docstring to list all returned fields
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 01ef4be commit 5656b63

File tree

1 file changed

+3
-1
lines changed
  • src/PowerPlatform/Dataverse/operations

1 file changed

+3
-1
lines changed

src/PowerPlatform/Dataverse/operations/tables.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,9 @@ def create_lookup_field(
492492
:type language_code: :class:`int`
493493
494494
:return: Relationship metadata with ``relationship_id``,
495-
``lookup_schema_name``, and entity names.
495+
``relationship_schema_name``, ``relationship_type``,
496+
``lookup_schema_name``, ``referenced_entity``, and
497+
``referencing_entity``.
496498
:rtype: :class:`~PowerPlatform.Dataverse.models.relationship.RelationshipInfo`
497499
498500
:raises ~PowerPlatform.Dataverse.core.errors.HttpError:

0 commit comments

Comments
 (0)