Skip to content

Commit c2f4f76

Browse files
authored
docs: Update README.md
1 parent 4e25a3e commit c2f4f76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ The following endpoints are available:
3535
- **Endpoint**: `/admin`
3636
- **Method**: `GET`
3737
- **Description**: Grants access to users with the `MASTER` role.
38-
- **Authorization**: Requires `MASTER` role.
38+
- **Authorization**: Requires a Bearer Token with the `MASTER` role.
3939

4040
- **User Only Access**
4141
- **Endpoint**: `/user`
4242
- **Method**: `GET`
4343
- **Description**: Grants access to users with the `USER` role.
44-
- **Authorization**: Requires `USER` role.
44+
- **Authorization**: Requires a Bearer Token with the `USER` role.
4545

4646
## Setup Instructions
4747

0 commit comments

Comments
 (0)