v51

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

Update a user <-> project relation

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

post/projects/{projectID}/users/{userID}

Path parameters

projectIDinteger required

Project ID

userIDinteger required

User ID

Request body

createdstring

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

idinteger

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

permission0 | 1 | 2
updatedstring

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

usernamestring

The username.

Response

The updated user <-> project relation.

createdstring

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

idinteger

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

permission0 | 1 | 2
updatedstring

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

usernamestring

The username.