Browse Source

Updated wording

qdn
CalDescent 3 years ago
parent
commit
644ab27186
  1. 2
      src/main/java/org/qortal/api/resource/ArbitraryResource.java

2
src/main/java/org/qortal/api/resource/ArbitraryResource.java

@ -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 = {

Loading…
Cancel
Save