chore: Update observers/account endpoint docs
This commit is contained in:
@@ -485,9 +485,9 @@ __This endpoint is only valid for carriers.__
|
||||
|
||||
## Observers endpoints
|
||||
|
||||
### observers/public/account/
|
||||
### observers/account/
|
||||
|
||||
The full endpoint is `observers/public/account/`, and serves for the account credentials management, the same way it works for the common users at the endpoint `/public/account`, by the process of creating an OTP when requesting a new user or recovering the account password.
|
||||
The full endpoint is `observers/account/`, and serves for the account credentials management, the same way it works for the common users at the endpoint `/public/account`, by the process of creating an OTP when requesting a new user or recovering the account password.
|
||||
|
||||
- `POST /client/authorize` or `POST /warehouse/authorize`: Authorize the access to the user identified by email:password.
|
||||
- `GET /client/authorize/:session_token` or `GET /warehouse/authorize/:session_token`: Authorize the access to the user identified by the session token.
|
||||
|
||||
Reference in New Issue
Block a user