mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Doc: Auto-update documentation
Auto-updated using release-website.sh
This commit is contained in:
parent
279416b66d
commit
640174b7cd
@ -202,6 +202,7 @@ command | 16
|
|||||||
| conflict_original_id | text | |
|
| conflict_original_id | text | |
|
||||||
| master_key_id | text | |
|
| master_key_id | text | |
|
||||||
| user_data | text | |
|
| user_data | text | |
|
||||||
|
| deleted_time | int | |
|
||||||
| body_html | text | Note body, in HTML format |
|
| body_html | text | Note body, in HTML format |
|
||||||
| base_url | text | If `body_html` is provided and contains relative URLs, provide the `base_url` parameter too so that all the URLs can be converted to absolute ones. The base URL is basically where the HTML was fetched from, minus the query (everything after the '?'). For example if the original page was `https://stackoverflow.com/search?q=%5Bjava%5D+test`, the base URL is `https://stackoverflow.com/search`. |
|
| base_url | text | If `body_html` is provided and contains relative URLs, provide the `base_url` parameter too so that all the URLs can be converted to absolute ones. The base URL is basically where the HTML was fetched from, minus the query (everything after the '?'). For example if the original page was `https://stackoverflow.com/search?q=%5Bjava%5D+test`, the base URL is `https://stackoverflow.com/search`. |
|
||||||
| image_data_url | text | An image to attach to the note, in [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs) format. |
|
| image_data_url | text | An image to attach to the note, in [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs) format. |
|
||||||
@ -287,6 +288,7 @@ This is actually a notebook. Internally notebooks are called "folders".
|
|||||||
| master_key_id | text | |
|
| master_key_id | text | |
|
||||||
| icon | text | |
|
| icon | text | |
|
||||||
| user_data | text | |
|
| user_data | text | |
|
||||||
|
| deleted_time | int | |
|
||||||
|
|
||||||
### GET /folders
|
### GET /folders
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user