Edit Logo Endpoint

Endpoint for editing a logo's information.

Args: personId: The logo ID (frontend uses personId) name: New brand name (optional) category: When sent, updates category (empty -> brand). Omit to leave unchanged. link: When sent, updates link (empty clears). Omit to leave unchanged. contactEmail: When sent, updates contact email (empty clears). Omit to leave unchanged.

Returns: JSON response with success status and updated logo details

post/editLogo

Response

Successful Response

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

Changes