Update Bulk Sync Schemas
Authentication
This is the Polytomic deployment key (on-premises only)
Path parameters
Headers
Request
Schemas to patch. Schemas are matched by id; only schemas present in this list are updated.
This is the Polytomic deployment key (on-premises only)
Schemas to patch. Schemas are matched by id; only schemas present in this list are updated.
Patches one or more schemas on a bulk sync at once.
Only schemas explicitly included in the request body are modified; schemas omitted from the request are left unchanged. This makes PATCH the right choice when you want to update a subset of tables without affecting the rest of the syncโs schema configuration.
Within each provided schema, omitting fields enables all available fields on
that schema. To control which fields are enabled, include the fields array
with explicit enabled values for each field.
๐ To replace a single schemaโs configuration in full (clearing any fields you omit), use
PUT /api/bulk/syncs/{id}/schemas/{schema_id}instead.