mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Doc: updated API doc
This commit is contained in:
parent
aa47ffb30f
commit
545a2206d7
@ -294,6 +294,11 @@ async function fetchAllNotes() {
|
||||
lines.push('');
|
||||
lines.push('Gets the actual file associated with this resource.');
|
||||
lines.push('');
|
||||
|
||||
lines.push('## GET /resources/:id/notes');
|
||||
lines.push('');
|
||||
lines.push('Gets the notes (IDs) associated with a resource.');
|
||||
lines.push('');
|
||||
}
|
||||
|
||||
lines.push(`## POST /${tableName}`);
|
||||
|
Loading…
Reference in New Issue
Block a user