Skip to content

Commit ccabd40

Browse files
[SELC-7289] Added tag support-pnpg to onboardingInstitutionUsers API (#1107)
1 parent c869ea8 commit ccabd40

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/java/it/pagopa/selfcare/external_api/controller/OnboardingV2Controller.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ public void oldContractOnboarding(
137137
@ResponseStatus(HttpStatus.OK)
138138
@Tag(name = "internal-v1")
139139
@Tag(name = "support")
140+
@Tag(name = "support-pnpg")
140141
@Tag(name = "Onboarding")
141142
@ApiOperation(
142143
value = "${swagger.mscore.onboarding.users}",

src/main/resources/swagger/api-docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@
685685
},
686686
"/v2/onboarding/users" : {
687687
"post" : {
688-
"tags" : [ "Onboarding", "internal-v1", "support" ],
688+
"tags" : [ "Onboarding", "internal-v1", "support", "support-pnpg" ],
689689
"summary" : "The service adds users to the registry if they are not present and associates them with the institution and product contained in the body",
690690
"description" : "The service adds users to the registry if they are not present and associates them with the institution and product contained in the body",
691691
"operationId" : "onboardingInstitutionUsersUsingPOST",

0 commit comments

Comments
 (0)