project

Add a participant to the project

post/api/v1/project/{id}/participants

Path parameters

idinteger required

Project ID

Request body

user_idinteger required

Response

Participant

Example response

{
  "participant": {
    "first_name": "Test",
    "last_name": "Testov",
    "avatar": "https://test.io/my_face.png"
  }
}

Changes

Changed in 1 of the 50 revisions of this API.1