File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/src/main/resources/swagger
web/src/main/java/it/pagopa/selfcare/party/registry_proxy/web/controller Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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}" ,
You can’t perform that action at this time.
0 commit comments