Browse Source

Updated documentation.

pull/120/head
CalDescent 1 year ago
parent
commit
05b4ecd4ed
  1. 3
      Q-Apps.md

3
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
});
```

Loading…
Cancel
Save