Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs/python-sdk/sdk_ref/infrahub_sdk/client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ convert_object_type(self, node_id: str, target_kind: str, branch: str | None = N

Convert a given node to another kind on a given branch. `fields_mapping` keys are target fields names
and its values indicate how to fill in these fields. Any mandatory field not having an equivalent field
in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-convert-type
in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-conversion
for more information.

### `InfrahubClientSync`
Expand Down Expand Up @@ -880,7 +880,7 @@ convert_object_type(self, node_id: str, target_kind: str, branch: str | None = N

Convert a given node to another kind on a given branch. `fields_mapping` keys are target fields names
and its values indicate how to fill in these fields. Any mandatory field not having an equivalent field
in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-convert-type
in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-conversion
for more information.

### `ProcessRelationsNode`
Expand Down
4 changes: 2 additions & 2 deletions infrahub_sdk/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1864,7 +1864,7 @@ async def convert_object_type(
"""
Convert a given node to another kind on a given branch. `fields_mapping` keys are target fields names
and its values indicate how to fill in these fields. Any mandatory field not having an equivalent field
in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-convert-type
in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-conversion
for more information.
"""

Expand Down Expand Up @@ -3422,7 +3422,7 @@ def convert_object_type(
"""
Convert a given node to another kind on a given branch. `fields_mapping` keys are target fields names
and its values indicate how to fill in these fields. Any mandatory field not having an equivalent field
in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-convert-type
in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-conversion
for more information.
"""

Expand Down