Skip to content

Commit

Permalink
tweaking Account Access glossary item
Browse files Browse the repository at this point in the history
  • Loading branch information
simonredfern committed May 24, 2024
1 parent 8253850 commit f134b86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions obp-api/src/main/scala/code/api/util/Glossary.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3009,10 +3009,10 @@ object Glossary extends MdcLoggable {
title = "Account Access",
description =
s"""
|Account Access is OBP View system. The Account owners can create the view themselves.
|And they can grant/revoke the view to other users to use their view.
|Account Access governs access to Bank Accounts by end Users. It is an intersecting entity between the User and the View Definition.
|A User must have at least one Account Access record record in order to interact with a Bank Account over the OBP API.
|""".stripMargin)

// val allTagNames: Set[String] = ApiTag.allDisplayTagNames
// val existingItems: Set[String] = glossaryItems.map(_.title).toSet
// allTagNames.diff(existingItems).map(title => glossaryItems += GlossaryItem(title, title))
Expand Down

0 comments on commit f134b86

Please sign in to comment.