Skip to content

Commit

Permalink
Include Email Template (#118)
Browse files Browse the repository at this point in the history
Co-authored-by: Arvind Krishnakumar <[email protected]>
  • Loading branch information
bretterer and arvindkrishnakumar-okta authored Feb 25, 2022
1 parent 3a7bceb commit 59d241b
Show file tree
Hide file tree
Showing 4 changed files with 1,719 additions and 2 deletions.
31 changes: 30 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,39 @@
# Changelog
Running changelog of releases since `2.2.3`

## 2.11.0
### Additions
- New Paths:
- `GET /api/v1/brands/{brandId}/templates/email`
- operation added: `listEmailTemplates`
- `GET /api/v1/brands/{brandId}/templates/email/{templateName}`
- operation added: `getEmailTemplate`
- `DELETE & GET & POST /api/v1/brands/{brandId}/templates/email/{templateName}/customizations`
- operations added: `deleteEmailTemplateCustomizations`, `listEmailTemplateCustomizations`, `createEmailTemplateCustomization`
- `DELETE & GET & PUT /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId}`
- operations added: `deleteEmailTemplateCustomization`, `getEmailTemplateCustomization`, `updateEmailTemplateCustomization`
- `GET /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId}/preview`
- operation added: `getEmailTemplateCustomizationPreview`
- `GET /api/v1/brands/{brandId}/templates/email/{templateName}/default-content`
- operation added: `getEmailTemplateDefaultContent`
- `GET /api/v1/brands/{brandId}/templates/email/{templateName}/default-content/preview`
- operation added: `getEmailTemplateDefaultContentPreview`
- `POST /api/v1/brands/{brandId}/templates/email/{templateName}/test`
- operation added: `sendTestEmail`
- Models Added:
- `EmailTemplate`
- `EmailTemplateCustomization`
- `EmailTemplateCustomizationRequest`
- `EmailTemplateContent`
- `EmailTemplateTestRequest`


## 2.10.0

## 2.9.1

### Bug fixes
- Added `sharedSecret` attribute to `AuthenticatorProviderConfiguration`
- Added `sharedSecret` attribute to `AuthenticatorProviderConfiguration`
- `Authenticator`'s properties should not inherit from `Authenticator`

### Bug Fixes:
Expand Down
Loading

0 comments on commit 59d241b

Please sign in to comment.