We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e25a3e commit c2f4f76Copy full SHA for c2f4f76
README.md
@@ -35,13 +35,13 @@ The following endpoints are available:
35
- **Endpoint**: `/admin`
36
- **Method**: `GET`
37
- **Description**: Grants access to users with the `MASTER` role.
38
- - **Authorization**: Requires `MASTER` role.
+ - **Authorization**: Requires a Bearer Token with the `MASTER` role.
39
40
- **User Only Access**
41
- **Endpoint**: `/user`
42
43
- **Description**: Grants access to users with the `USER` role.
44
- - **Authorization**: Requires `USER` role.
+ - **Authorization**: Requires a Bearer Token with the `USER` role.
45
46
## Setup Instructions
47
0 commit comments