Skip to content

Commit

Permalink
[SELC-5398] feat: Added tag external-pnpg to getUserInstitution API (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
empassaro authored Sep 6, 2024
1 parent 3d3e1c9 commit b708601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/resources/swagger/api-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@
},
"/v2/users" : {
"get" : {
"tags" : [ "User", "external-v2" ],
"tags" : [ "User", "external-pnpg", "external-v2" ],
"summary" : "getUserInstitution",
"description" : "This endpoint retrieves detailed information about a user's association with various products within an institution. The response provides a comprehensive view of the user's roles, product statuses and the relevant timestamps.",
"operationId" : "v2getUserInstitution",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public UserDetailsResource getUserProductInfo(@ApiParam("${swagger.external_api.


@Tag(name = "external-v2")
@Tag(name = "external-pnpg")
@Tag(name = "User")
@GetMapping
@ResponseStatus(HttpStatus.OK)
Expand Down

0 comments on commit b708601

Please sign in to comment.