Skip to content

Commit

Permalink
Merge pull request #3 from indexdata/MODSENDER-66
Browse files Browse the repository at this point in the history
Trigger new build (MODSENDER-66)
  • Loading branch information
nielserik authored Dec 29, 2023
2 parents c4f2199 + 5609d00 commit bd0c561
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"methods": ["POST"],
"pathPattern": "/message-delivery",
"permissionsRequired": ["sender.message-delivery"],
"modulePermissions": ["email.message.post", "batch-print.entries.mail.post", "users.item.get" ]
"modulePermissions": [
"email.message.post", "mod-batch-print.entries.mail.post", "users.item.get"
]
}
]
}
Expand Down

0 comments on commit bd0c561

Please sign in to comment.