Upsert Project Attendee Endpoint

Create or update project_attendees row; create share link for person if missing.

post/upsertProjectAttendee

Request body

projectIdinteger required
personIdstring required
emailstring nullable

Response

Successful Response

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

Changes