Edit Recipient Endpoint

Updates a recipient's information in the database.

Expects: - JSON with: - 'recipientId': unique identifier of the recipient (required) - 'name': new name for the recipient (optional) - 'primaryEmail': new primary email for the recipient (optional) - 'description': new description for the recipient (optional) - 'additionalEmails': list of additional emails (optional) - 'projectId'

Returns: - Success message if recipient was found and updated - Error if recipient not found or other issues occur

post/editRecipient

Request body

object required

Response

Successful Response

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

Changes