1
0
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:
Laurent Cozic 2020-11-07 16:46:19 +00:00
parent aa47ffb30f
commit 545a2206d7

View File

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