diff --git a/LaaProductionWeb/LaaProduction.Web/Controllers/API/README.md b/LaaProductionWeb/LaaProduction.Web/Controllers/API/README.md index 3f69f7df..d624827e 100644 --- a/LaaProductionWeb/LaaProduction.Web/Controllers/API/README.md +++ b/LaaProductionWeb/LaaProduction.Web/Controllers/API/README.md @@ -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.