Add Recipients Endpoint

API endpoint for adding recipients to a project.

Validates request JSON, extracts the project ID and recipients data, then calls the add_recipients function to process them.

Returns: Flask response: JSON response with success message or error details

post/addRecipients

Request body

object required

Response

Successful Response

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

Changes