update_image
Update the attributes, alias, or type of an existing pre/post image. Recreates the image because Dataverse rejects direct PATCH.
Instructions
"Update" the attributes, alias, or type of an already-registered pre/post image.
The Dataverse Web API rejects direct PATCH on sdkmessageprocessingstepimages (it always returns the generic, undocumented 0x80040216 error -- confirmed by testing; it looks like an undocumented platform limitation for this table). So this tool recreates the image instead: it reads the current values, deletes it, and creates a new one with the merged fields, bound to the same step. The image 'id' changes -- use the value returned by this call. Leave a parameter out (None) to keep its current value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | ||
| image_id | Yes | ||
| attributes | No | ||
| image_type | No | ||
| environment | No |