Updated documentation.

This commit is contained in:
CalDescent 2023-05-08 12:16:17 +01:00
parent aba589c0e0
commit 05b4ecd4ed

View File

@ -425,7 +425,8 @@ let res = await qortalRequest({
action: "GET_QDN_RESOURCE_STATUS", action: "GET_QDN_RESOURCE_STATUS",
name: "QortalDemo", name: "QortalDemo",
service: "THUMBNAIL", service: "THUMBNAIL",
identifier: "qortal_avatar" // Optional identifier: "qortal_avatar", // Optional
build: true // Optional - request that the resource is fetched & built in the background
}); });
``` ```