v51

latestSwagger 2.0AGPL-3.0-or-laterraw.githubusercontent.com2026-08-0116998415.7 KB
sharing

Update a team <-> project relation

Update a team <-> project relation. Mostly used to update the permission that team has.

post/projects/{projectID}/teams/{teamID}

Path parameters

projectIDinteger required

Project ID

teamIDinteger required

Team 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 updated 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.