Skip to content

Commit

Permalink
fix mailbox path param in Request Mailbox information
Browse files Browse the repository at this point in the history
  • Loading branch information
NickOvt committed Jan 8, 2024
1 parent 910b9c7 commit e4607b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/mailboxes.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ module.exports = (db, server, mailboxHandler) => {
},
pathParams: {
user: userId,
mailbox: mailboxId
mailbox: mailboxId.allow('resolve')
},
response: {
200: {
Expand Down

0 comments on commit e4607b3

Please sign in to comment.