Add endpoint to trigger CSR request for APNs on fleetdm.com (#9494)

This commit is contained in:
Martin Angers
2023-01-25 14:44:29 -05:00
committed by GitHub
parent f095431f12
commit d0e6891d10
16 changed files with 274 additions and 67 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ module.exports = {
},
invalidEmailDomain: {
description: 'This email address is on a denylist of domains and was not delivered.'
description: 'This email address is on a denylist of domains and was not delivered.',
responseType: 'badRequest'
},
badRequest: {