Add collaborator
POST {{baseUrl}}/api/:projectId/collaborators/add
Add a collaborator to a project.
Request Body
{"usernameOrEmail"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}