Add Tag Bulk Endpoint

Adds the same tag to multiple images.

Body: { "imageIds": [1, 2, 3], "tag": "VIP", "category": "highlights", "projectId": 42 }

post/addTagBulk

Response

Successful Response

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

Changes