mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 18:46:46 +00:00
Customer Link text in resource docs
This commit is contained in:
parent
11a4df02cd
commit
fb4a5d7814
@ -90,8 +90,8 @@ object ErrorMessages {
|
||||
val ViewNotFound = "OBP-30005: View not found for Account. Please specify a valid value for VIEW_ID"
|
||||
|
||||
val CustomerNumberAlreadyExists = "OBP-30006: Customer Number already exists. Please specify a different value for BANK_ID or CUSTOMER_NUMBER."
|
||||
val CustomerAlreadyExistsForUser = "OBP-30007: The User is already linked to a Customer at BANK_ID"
|
||||
val CustomerDoNotExistsForUser = "OBP-30008: User is not linked to a Customer at BANK_ID"
|
||||
val CustomerAlreadyExistsForUser = "OBP-30007: The User is already linked to a Customer at the bank specified by BANK_ID"
|
||||
val CustomerDoNotExistsForUser = "OBP-30008: User is not linked to a Customer at the bank specified by BANK_ID"
|
||||
|
||||
val MeetingsNotSupported = "OBP-30101: Meetings are not supported on this server."
|
||||
val MeetingApiKeyNotConfigured = "OBP-30102: Meeting provider API Key is not configured."
|
||||
|
||||
@ -1709,9 +1709,9 @@ trait APIMethods200 {
|
||||
"POST",
|
||||
"/banks/user_customer_links",
|
||||
"Create user customer link.",
|
||||
s"""Link a customer and an user
|
||||
s"""Link a customer and a user
|
||||
|This call may require additional permissions/role in the future.
|
||||
|For now the authenticated user can create at most one linked customer.
|
||||
|For now the authenticated user can create at most one linked customer at any one bank.
|
||||
|${authenticationRequiredMessage(true)}
|
||||
|""",
|
||||
Extraction.decompose(CreateUserCustomerLinkJSON("be106783-b4fa-48e6-b102-b178a11a8e9b", "02141bc6-0a69-4fba-b4db-a17e5fbbbdcc")),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user