Skip to content

Commit e94ce18

Browse files
authored
chore: Update status api tag (#299)
1 parent 8761e67 commit e94ce18

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@
409409
},
410410
"/search/institutions" : {
411411
"get" : {
412-
"tags" : [ "external-v2" ],
412+
"tags" : [ "external-v2", "support" ],
413413
"summary" : "Retrieve institutions",
414414
"description" : "Retrieves a list of institutions based on a search engine query",
415415
"operationId" : "retrieveInstitutionOnSearchEngine",

web/src/main/java/it/pagopa/selfcare/party/registry_proxy/web/controller/SearchController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public SearchController(SearchService searchService) {
3131
}
3232

3333
@Tag(name = "external-v2")
34+
@Tag(name = "support")
3435
@GetMapping("/institutions")
3536
@PreAuthorize("hasPermission(new it.pagopa.selfcare.party.registry_proxy.web.security.FilterAuthorityDomain('PAGOPA'), 'Selc:SearchInstitutions')")
3637
@Operation(summary = "${swagger.api.search.institutions.summary}",

0 commit comments

Comments
 (0)