sharing

Add a team to a project

Gives a team access to a project.

put/projects/{id}/teams

Path parameters

idinteger required

Project ID

Request body

createdstring

A timestamp when this relation was created. You cannot change this value.

idinteger

The unique, numeric id of this project <-> team relation.

permission0 | 1 | 2
team_idinteger

The team id.

updatedstring

A timestamp when this relation was last updated. You cannot change this value.

Response

The created team<->project relation.

createdstring

A timestamp when this relation was created. You cannot change this value.

idinteger

The unique, numeric id of this project <-> team relation.

permission0 | 1 | 2
team_idinteger

The team id.

updatedstring

A timestamp when this relation was last updated. You cannot change this value.

Changes

No recorded changes to this endpoint across all 53 revisions of this API.