Skip to content

Commit

Permalink
Merge remote-tracking branch 'Simon/develop' into feature/Counterpart…
Browse files Browse the repository at this point in the history
…yLimit
  • Loading branch information
hongwei1 committed Jun 25, 2024
2 parents eeb05c2 + 906652d commit d3b091b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion obp-api/src/main/scala/code/api/v1_2_1/APIMethods121.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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.
|
Expand Down
2 changes: 1 addition & 1 deletion obp-api/src/main/scala/code/api/v2_2_0/APIMethods220.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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.
|
Expand Down
2 changes: 1 addition & 1 deletion obp-api/src/main/scala/code/api/v3_0_0/APIMethods300.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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.
|
Expand Down
2 changes: 1 addition & 1 deletion obp-api/src/main/scala/code/api/v3_1_0/APIMethods310.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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.
|
Expand Down
2 changes: 1 addition & 1 deletion obp-api/src/main/scala/code/api/v5_0_0/APIMethods500.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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.
|
Expand Down

0 comments on commit d3b091b

Please sign in to comment.