rebus-ink / ink-API

Hobb API Server: backend for the Rebus Reader system
GNU Affero General Public License v3.0
4 stars 5 forks source link

add note to outline with modifications #638

Closed Marie000 closed 3 years ago

Marie000 commented 3 years ago

With this change, when we copy an existing note to an outline, we can also pass in a body with modifications to the note.

for example: POST /outlines/:id/notes?source=noteId with body { next: note2, previous: note3 }