Skip to content

Commit 5498204

Browse files
committed
fix doc
1 parent 27c4e81 commit 5498204

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infrahub_sdk/convert_object_type.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ class ConversionFieldInput(BaseModel):
4545
Indicates how to fill in the value of the destination field during an object conversion.
4646
Use `source_field` to reuse the value of the corresponding field of the object being converted.
4747
Use `data` to specify the new value for the field.
48-
Only one of `source_field` or `data` can be specified.
48+
Use `use_default_value` to set the destination field to its schema default.
49+
Only one of `source_field`, `data`, or `use_default_value` can be specified.
4950
"""
5051

5152
source_field: str | None = None

0 commit comments

Comments
 (0)