# Role

Role represents a Postgres role within a Branch.

## The Role object

- [role/object.md](role/object.md)

## Endpoints

### Get

- [GET /api/2.0/postgres/{name=projects/*/branches/*/roles/*}](get-role.md)

### List

- [GET /api/2.0/postgres/{parent=projects/*/branches/*}/roles](list-roles.md)

### Create

- [POST /api/2.0/postgres/{parent=projects/*/branches/*}/roles](create-role.md)

### Update

- [PATCH /api/2.0/postgres/{role.name=projects/*/branches/*/roles/*}](update-role.md)

### Delete

- [DELETE /api/2.0/postgres/{name=projects/*/branches/*/roles/*}](delete-role.md)

