Set side image
tribeunal_set_side_imageUpdate a case side's vote card image by fetching a public https image URL. Validates format, size, and host to reject invalid or private files.
Instructions
Set or replace the image shown on a case side's vote card, fetched from a public https URL. Owner-only. The image is downloaded and re-encoded server-side (png/jpeg/webp, <= 5 MB); http URLs, private/internal hosts and non-images are rejected. Use the case's and side's uuid fields (from tribeunal_get_case), not numeric ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseId | Yes | Case UUID the side belongs to (the case's uuid field) | |
| sideId | Yes | Side UUID to set the image on (the side's uuid field) | |
| imageUrl | Yes | Public https URL of the image (png/jpeg/webp, <= 5 MB) |