Updating Model Components

This API allows you to update the components of a model. The components you add or remove should be the immediate child components of the model. The API does not support partial update of data.

For example, if you have a component A assigned to model B and you want to assign a new component C to B, then you must send both A and C in the request payload. The API removes the components that are not present in the request payload.

Request

Response