Update Model
Updates a model's configuration.
Updating a model is a **full replacement** of its configuration. Every field in
the request body is written to the model; any field you omit is cleared or reset
to its default value.
To make a partial change, fetch the current model with
[`GET /api/models/{id}`](../../../api-reference/models/get), modify the fields you want to change, and send
the complete object back in the update request.
Changes to source fields, filters, or the identity column take effect on the
next sync execution that uses this model.
Authentication
AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic
Basic organization-scoped API key
Path parameters
id
Headers
X-Polytomic-Version
Query parameters
async
Request
This endpoint expects an object.
configuration
connection_id
name
additional_fields
enricher
fields
identifier
labels
organization_id
policies
refresh
relations
tracking_columns
Response
OK
data
job
Errors
400
Bad Request Error
404
Not Found Error
500
Internal Server Error
