Add type to category via API

is there a way to enter deltas (i.e. only changes) via the REST API? So instead of passing in all the type ids in an array to the API to say add this one type id or delete this one type id from the category?
or must the full set of attributes always be passed in for all update API requests?

Best regards,
Alex

Hello @zatroa and welcome to our community.

To ensure a certain level of data integrity, all data passed through the Rest API is compared with a validation schema. Therefore, all necessary properties must be passed along.

See: API request examples