Skip to content

Commit

Permalink
feat(ddcc): added gdhcn tag for new trustlist endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Torsten Egenolf committed Nov 24, 2023
1 parent 2ca5bdf commit 0eaa9bc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ public ResponseEntity<List<TrustListDto>> downloadTrustListFilteredByCountryAndT
},
summary = "Returns a filtered list of trusted certificates. The provided search criteria are additive."
+ " It is possible to provide more than one value for each criteria. (Except for withFederation)",
tags = {"Trust Lists"},
tags = {"Trust Lists", "GDHCN"},
parameters = {
@Parameter(
in = ParameterIn.QUERY,
Expand Down Expand Up @@ -350,7 +350,7 @@ public ResponseEntity<List<TrustedCertificateTrustListDto>> downloadTrustListCer
@SecurityRequirement(name = OpenApiConfig.SECURITY_SCHEMA_DISTINGUISH_NAME)
},
summary = "Returns the list of trusted issuers filtered by criterias.",
tags = {"Trust List"},
tags = {"Trust List", "GDHCN"},
parameters = {
@Parameter(
in = ParameterIn.QUERY,
Expand Down Expand Up @@ -411,7 +411,7 @@ public ResponseEntity<List<TrustedIssuerDto>> getTrustedIssuersByCountry(
@SecurityRequirement(name = OpenApiConfig.SECURITY_SCHEMA_DISTINGUISH_NAME)
},
summary = "Returns the list of trusted issuers filtered by criterias.",
tags = {"Trust List"},
tags = {"Trust List", "GDHCN"},
parameters = {
@Parameter(
in = ParameterIn.QUERY,
Expand Down

0 comments on commit 0eaa9bc

Please sign in to comment.