mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 11:06:49 +00:00
Tweaks to roadmap and UserNotSuperAdmin message
This commit is contained in:
parent
dffb49408a
commit
c557d22d12
@ -22,6 +22,8 @@ If you have a particular requirement or would like to comment or help us specify
|
||||
* Enhanced support for Berlin Group, STET, UK Open Banking and Polish APIs e.g.
|
||||
[Berlin Group](https://apiexplorersandbox.openbankproject.com/?version=BGv3.1) and [STET](https://apiexplorersandbox.openbankproject.com/?version=STETv1.4)
|
||||
|
||||
* General Documents resource
|
||||
|
||||
## Completed developments
|
||||
|
||||
See [completed_developments.md](completed_developments.md)
|
||||
|
||||
@ -120,7 +120,7 @@ object ErrorMessages {
|
||||
val GatewayLoginCannotGetOrCreateUser = "OBP-20045: Cannot get or create user during GatewayLogin process."
|
||||
val GatewayLoginNoJwtForResponse = "OBP-20046: There is no useful value for JWT."
|
||||
|
||||
val UserNotSuperAdmin = "OBP-20050: Logged user is not super admin!"
|
||||
val UserNotSuperAdmin = "OBP-20050: Current User is not a Super Admin!"
|
||||
|
||||
val ElasticSearchIndexNotFound = "OBP-20051: Elasticsearch index or indices not found."
|
||||
val NotEnoughtSearchStatisticsResults = "OBP-20052: Result set too small. Will not be displayed for reasons of privacy."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user