Share Images With Recipient Endpoint

Shares multiple images with a recipient by adding entries to the image_shares table.

Expects: - JSON with: - 'imageIds': list of image IDs to share - 'recipientId': ID of the recipient to share with

Process: 1. Checks if images and recipient exist 2. Adds entries to image_shares table, ignoring duplicates

Returns: - Success message with counts of shared images - Detailed results including successful and skipped operations

post/shareImagesWithRecipient

Request body

object required

Response

Successful Response

{"stackTrail":"paths:/shareImagesWithRecipient:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.