From 05b4ecd4edf3e559a0d372a8e2647fca1a446a96 Mon Sep 17 00:00:00 2001 From: CalDescent Date: Mon, 8 May 2023 12:16:17 +0100 Subject: [PATCH] Updated documentation. --- Q-Apps.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Q-Apps.md b/Q-Apps.md index ea880874..177fee2d 100644 --- a/Q-Apps.md +++ b/Q-Apps.md @@ -425,7 +425,8 @@ let res = await qortalRequest({ action: "GET_QDN_RESOURCE_STATUS", name: "QortalDemo", service: "THUMBNAIL", - identifier: "qortal_avatar" // Optional + identifier: "qortal_avatar", // Optional + build: true // Optional - request that the resource is fetched & built in the background }); ```