project
Add a participant to the project
post/api/v1/project/{id}/participants
Path parameters
idinteger required
Project ID
Request body
Response
Participant
Example response
{
"participant": {
"first_name": "Test",
"last_name": "Testov",
"avatar": "https://test.io/my_face.png"
}
}