change some error messages
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-03 16:50:23 +10:00
parent 3407dfe4fe
commit 4529663864
3 changed files with 11 additions and 9 deletions

View File

@@ -78,7 +78,7 @@ Data
}
```
This API call will return a JWT token that must be present for any other API calls to succeed. The validity duration of this token is based on the configured TOKEN_HOUR_LIFESPAN value.
This API call will return a JWT token that must be present for any other API calls to succeed. The validity duration of this token is based on the configured TOKEN_HOUR_LIFESPAN value. JWT token is returned as value of `access_token`.
### Secrets Operations