Add project collaborator
PUT {{baseUrl}}/projects/:project_id/collaborators/:username
Adds a collaborator to an organization project and sets their permission level. You must be an organization owner or a project admin
to add a collaborator.
Request Body
{"permission"=>"write"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |