Updated wording

This commit is contained in:
CalDescent 2021-11-27 14:22:09 +00:00
parent e90ecd2085
commit 644ab27186

View File

@ -68,7 +68,7 @@ public class ArbitraryResource {
@Path("/resources") @Path("/resources")
@Operation( @Operation(
summary = "List arbitrary resources available on chain, optionally filtered by service and identifier", summary = "List arbitrary resources available on chain, optionally filtered by service and identifier",
description = "- If an identifier parameter is missing or empty, it will return an unfiltered list of all possible identifiers.\n" + description = "- If the identifier parameter is missing or empty, it will return an unfiltered list of all possible identifiers.\n" +
"- If an identifier is specified, only resources with a matching identifier will be returned.\n" + "- If an identifier is specified, only resources with a matching identifier will be returned.\n" +
"- If default is set to true, only resources without identifiers will be returned.", "- If default is set to true, only resources without identifiers will be returned.",
responses = { responses = {