Update README.md

This commit is contained in:
Stoyan Zlatev
2023-06-20 06:39:25 +00:00
parent edd76dfc4d
commit 175306300e
@@ -9,7 +9,7 @@ Laa Production API
- **Username** - required string. Should match a username saved in the database.
- **Password** - required hash string. Should match the password hash for the above entered username.
- **Software** - required string. As software name, use the assembly name that calls this API.
- only if authentication succeeds you will receive in response a string (**{token}**) that should be used for further authorization otherwise error message is received.
- if authentication succeeds you will receive in response a string (**{token}**) that should be used for further authorization otherwise error message is received.
1. **Authorization: Bearer {token}** - is the scheme to use within the authorization and further API calls on all other routes.