Upload Attachment to Note
POST/v1/notes/:noteId/attachments
Uploads a file attachment to a note. Send the file as multipart/form-data with the field name file. Returns the saved attachment metadata.
Request
Responses
- 200
- 400
- 401
- 404
- 500
File uploaded successfully
Invalid request or missing file
Invalid or missing API key
Note not found
Internal server error