mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Add api to upload attachments
This commit is contained in:
@@ -17,6 +17,12 @@ return ['resources' =>
|
||||
'url' => '/share/{noteId}',
|
||||
'verb' => 'DELETE'
|
||||
],
|
||||
// Upload attachments
|
||||
[
|
||||
'name' => 'AttachmentApi#upload',
|
||||
'url' => '/api/v1/attachments',
|
||||
'verb' => 'POST'
|
||||
],
|
||||
// User Settings
|
||||
[
|
||||
'name' => 'settings#setUserValue',
|
||||
|
||||
Reference in New Issue
Block a user