Edit Photographer Endpoint
Updates a photographer's information in the database.
Expects: - JSON with: - 'id': unique identifier of the photographer (required) - 'name': new name for the photographer (optional) - 'description': new description for the photographer (optional) - 'projectId'
Returns: - Success message if photographer was found and updated - Error if photographer not found or other issues occur
post/editPhotographer
Request body
object required
Response
Successful Response
{"stackTrail":"paths:/editPhotographer:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}