Skip to main content
PUT
Update the permissions of a branch.

Path Parameters

branch
string
required

Desired branch name.

Body

application/json

Permissions to set for the branch.

owners
string[]
readers
string[]

Response

200 - application/json

Branch permissions updated successfully.

ResponseEntity<?>