From 906652ded9f1def376b25b81e5a3a5f5bff447e2 Mon Sep 17 00:00:00 2001 From: Simon Redfern Date: Thu, 20 Jun 2024 14:06:31 +0200 Subject: [PATCH] correcting view documentation private alias use --- obp-api/src/main/scala/code/api/v1_2_1/APIMethods121.scala | 2 +- obp-api/src/main/scala/code/api/v2_2_0/APIMethods220.scala | 2 +- obp-api/src/main/scala/code/api/v3_0_0/APIMethods300.scala | 2 +- obp-api/src/main/scala/code/api/v3_1_0/APIMethods310.scala | 2 +- obp-api/src/main/scala/code/api/v5_0_0/APIMethods500.scala | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/obp-api/src/main/scala/code/api/v1_2_1/APIMethods121.scala b/obp-api/src/main/scala/code/api/v1_2_1/APIMethods121.scala index 6ffec8325d..ee5bb3031e 100644 --- a/obp-api/src/main/scala/code/api/v1_2_1/APIMethods121.scala +++ b/obp-api/src/main/scala/code/api/v1_2_1/APIMethods121.scala @@ -568,7 +568,7 @@ trait APIMethods121 { | The 'alias' field in the JSON can take one of three values: | | * _public_: to use the public alias if there is one specified for the other account. - | * _private_: to use the public alias if there is one specified for the other account. + | * _private_: to use the private alias if there is one specified for the other account. | | * _''(empty string)_: to use no alias; the view shows the real name of the other account. | diff --git a/obp-api/src/main/scala/code/api/v2_2_0/APIMethods220.scala b/obp-api/src/main/scala/code/api/v2_2_0/APIMethods220.scala index 00531a24ac..7d5c5a7200 100644 --- a/obp-api/src/main/scala/code/api/v2_2_0/APIMethods220.scala +++ b/obp-api/src/main/scala/code/api/v2_2_0/APIMethods220.scala @@ -164,7 +164,7 @@ trait APIMethods220 { | The 'alias' field in the JSON can take one of three values: | | * _public_: to use the public alias if there is one specified for the other account. - | * _private_: to use the public alias if there is one specified for the other account. + | * _private_: to use the private alias if there is one specified for the other account. | | * _''(empty string)_: to use no alias; the view shows the real name of the other account. | diff --git a/obp-api/src/main/scala/code/api/v3_0_0/APIMethods300.scala b/obp-api/src/main/scala/code/api/v3_0_0/APIMethods300.scala index a939fd8558..e3a103ca17 100644 --- a/obp-api/src/main/scala/code/api/v3_0_0/APIMethods300.scala +++ b/obp-api/src/main/scala/code/api/v3_0_0/APIMethods300.scala @@ -178,7 +178,7 @@ trait APIMethods300 { | The 'alias' field in the JSON can take one of three values: | | * _public_: to use the public alias if there is one specified for the other account. - | * _private_: to use the public alias if there is one specified for the other account. + | * _private_: to use the private alias if there is one specified for the other account. | | * _''(empty string)_: to use no alias; the view shows the real name of the other account. | diff --git a/obp-api/src/main/scala/code/api/v3_1_0/APIMethods310.scala b/obp-api/src/main/scala/code/api/v3_1_0/APIMethods310.scala index 74035de76b..066746bb05 100644 --- a/obp-api/src/main/scala/code/api/v3_1_0/APIMethods310.scala +++ b/obp-api/src/main/scala/code/api/v3_1_0/APIMethods310.scala @@ -3952,7 +3952,7 @@ trait APIMethods310 { | The 'alias' field in the JSON can take one of two values: | | * _public_: to use the public alias if there is one specified for the other account. - | * _private_: to use the public alias if there is one specified for the other account. + | * _private_: to use the private alias if there is one specified for the other account. | | * _''(empty string)_: to use no alias; the view shows the real name of the other account. | diff --git a/obp-api/src/main/scala/code/api/v5_0_0/APIMethods500.scala b/obp-api/src/main/scala/code/api/v5_0_0/APIMethods500.scala index 88fefb88a4..7852849d12 100644 --- a/obp-api/src/main/scala/code/api/v5_0_0/APIMethods500.scala +++ b/obp-api/src/main/scala/code/api/v5_0_0/APIMethods500.scala @@ -1864,7 +1864,7 @@ trait APIMethods500 { | The 'alias' field in the JSON can take one of two values: | | * _public_: to use the public alias if there is one specified for the other account. - | * _private_: to use the public alias if there is one specified for the other account. + | * _private_: to use the private alias if there is one specified for the other account. | | * _''(empty string)_: to use no alias; the view shows the real name of the other account. |