Update Images Photographer Endpoint

Sets the photographer for the given images in the project. Expects: projectId, imageIds, photographerId. Photographer must be associated with the project.

post/updateImagesPhotographer

Request body

projectIdinteger required
imageIdsstring[] required
photographerIdstring required

Response

Successful Response

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

Changes