Skip to main content
POST
Assign the owner of a branch

Authorizations

X-API-Key
string
header
required

Headers

customer
string
required

Workspace identifier

Path Parameters

projectId
string
required

Project UUID, not a slug. Resolve a slug with GET /project/slug/{slug} using the same workspace and credentials, then pass the returned id.

id
string
required

Body

application/json
user_id
string<uuid>

User to make the branch owner. Omit to take ownership as the caller; naming another user requires project admin.

Response

201 - undefined