Skip to content

Commit 86b5bab

Browse files
authored
Merge pull request #903 from opsmill/develop
Merge develop into infrahub-develop
2 parents 8a71161 + 52252ae commit 86b5bab

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/docs/python-sdk/sdk_ref/infrahub_sdk/client.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ convert_object_type(self, node_id: str, target_kind: str, branch: str | None = N
387387

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

393393
### `InfrahubClientSync`
@@ -773,7 +773,7 @@ convert_object_type(self, node_id: str, target_kind: str, branch: str | None = N
773773

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

779779
### `ProcessRelationsNode`

infrahub_sdk/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1706,7 +1706,7 @@ async def convert_object_type(
17061706
"""
17071707
Convert a given node to another kind on a given branch. `fields_mapping` keys are target fields names
17081708
and its values indicate how to fill in these fields. Any mandatory field not having an equivalent field
1709-
in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-convert-type
1709+
in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-conversion
17101710
for more information.
17111711
"""
17121712

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

0 commit comments

Comments
 (0)