Skip to content

Commit 01bc540

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@eb5a497c.
1 parent 610b5c7 commit 01bc540

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

segment_public_api/models/create_insert_function_instance_alpha_input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class CreateInsertFunctionInstanceAlphaInput(BaseModel):
2626
"""
2727
Creates an insert Function instance. # noqa: E501
2828
"""
29-
function_id: StrictStr = Field(..., alias="functionId", description="Insert Function id to which this instance is associated.")
29+
function_id: StrictStr = Field(..., alias="functionId", description="Insert Function id to which this instance is associated. Note: Remove the ifnd_/ifns_ prefix from the id.")
3030
integration_id: StrictStr = Field(..., alias="integrationId", description="The Source or Destination id to be connected.")
3131
enabled: Optional[StrictBool] = Field(None, description="Whether this insert Function instance should be enabled for the Destination.")
3232
name: StrictStr = Field(..., description="Defines the display name of the insert Function instance.")

0 commit comments

Comments
 (0)