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.
