diff --git a/docs/api/references/rest_api/index.html b/docs/api/references/rest_api/index.html index 8d38b992c..5adc79ed5 100644 --- a/docs/api/references/rest_api/index.html +++ b/docs/api/references/rest_api/index.html @@ -916,6 +916,8 @@ async function fetchAllNotes() {

Gets resource with ID :id

GET /resources/:id/file🔗

Gets the actual file associated with this resource.

+

GET /resources/:id/notes🔗

+

Gets the notes (IDs) associated with a resource.

POST /resources🔗

Creates a new resource

Creating a new resource is special because you also need to upload the file. Unlike other API calls, this one must have the "multipart/form-data" Content-Type. The file data must be passed to the "data" form field, and the other properties to the "props" form field. An example of a valid call with cURL would be:

diff --git a/docs/changelog/index.html b/docs/changelog/index.html index 822ba2b76..856ddab5a 100644 --- a/docs/changelog/index.html +++ b/docs/changelog/index.html @@ -392,6 +392,20 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog.md

Joplin changelog🔗

+

v1.4.7 - 2020-11-07T18:23:29Z🔗

+

IMPORTANT: If you use the Clipper API, please note that there are a few breaking changes in this version. See this link for more information: https://github.com/laurent22/joplin/pull/3983

+
+ +
+

v1.3.18 - 2020-11-06T12:07:02Z🔗