Skip to content

Commit

Permalink
Merge pull request #523 from hmrc/API-7927
Browse files Browse the repository at this point in the history
API-7927 - Add "trusted" back into Application response
  • Loading branch information
AndySpaven authored Oct 18, 2024
2 parents c19a98c + 8b4caf9 commit 2f0eaaa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ case class Application(
rateLimitTier: RateLimitTier = RateLimitTier.BRONZE,
checkInformation: Option[CheckInformation] = None,
blocked: Boolean = false,
trusted: Boolean = false,
ipAllowlist: IpAllowlist = IpAllowlist(),
moreApplication: MoreApplication = MoreApplication(true)
)
Expand Down

0 comments on commit 2f0eaaa

Please sign in to comment.