Skip to content

Commit

Permalink
CDPS-1054: Updated app name on open api spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtac50 committed Nov 19, 2024
1 parent f860fc3 commit a5f07b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class OpenApiConfiguration(
),
)
.info(
Info().title("Core Person Proxy Prototype").version(version)
Info().title("HMPPS Person Integration API").version(version)
.contact(Contact().name("HMPPS Digital Studio").email("[email protected]")),
)
.components(
Expand Down

0 comments on commit a5f07b1

Please sign in to comment.