From 644ab2718650b25091eb7d39bb54cfde5bcf8673 Mon Sep 17 00:00:00 2001 From: CalDescent Date: Sat, 27 Nov 2021 14:22:09 +0000 Subject: [PATCH] Updated wording --- src/main/java/org/qortal/api/resource/ArbitraryResource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/qortal/api/resource/ArbitraryResource.java b/src/main/java/org/qortal/api/resource/ArbitraryResource.java index 3386cdbe..34ce94c9 100644 --- a/src/main/java/org/qortal/api/resource/ArbitraryResource.java +++ b/src/main/java/org/qortal/api/resource/ArbitraryResource.java @@ -68,7 +68,7 @@ public class ArbitraryResource { @Path("/resources") @Operation( 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 default is set to true, only resources without identifiers will be returned.", responses = {