Updates an integration fields passthrough setting
When enabled, the integration field will be passed as part of the integration_fields
array on the specific model endpoint. Providing false will disable the passthrough for the specified field.
PATCH
Authorizations
Path Parameters
PATCH /integrations/:integration_id/integration-fields/:integration_field_id parameter
PATCH /integrations/:integration_id/integration-fields/:integration_field_id parameter
Body
application/json
PATCH /integrations/:integration_id/integration-fields/:integration_field_id request body
Response
200
application/json
PATCH /integrations/:integration_id/integration-fields/:integration_field_id Successful response
Available options:
success
Example:
{
"id": "9suhxJU83Kon4kPTS47837uE",
"key": "tax_id",
"model": "hris_employees",
"type": "DEFAULT",
"label": "Tax ID",
"is_passthrough_enabled": true,
"is_writable": true
}