Skip to content
Snippets Groups Projects
Unverified Commit 7dc77c8b authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #4651 from nextcloud/backport/4648/stable1.9

[stable1.9] Add missing route for zip download
parents f1c4d938 ea0c8a31
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,11 @@ return [
'url' => '/api/messages/{id}/attachment/{attachmentId}',
'verb' => 'GET'
],
[
'name' => 'messages#downloadAttachments',
'url' => '/api/messages/{id}/attachments',
'verb' => 'GET'
],
[
'name' => 'messages#saveAttachment',
'url' => '/api/messages/{id}/attachment/{attachmentId}',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment