DOCUMENTATION.md in notifications-ruby-client-5.2.0 vs DOCUMENTATION.md in notifications-ruby-client-5.3.0
- old
+ new
@@ -768,10 +768,11 @@
|`response.updated_at`|Date and time template last updated (may be nil if version 1)|String|
|`response.created_by`|Email address of person that created the template|String|
|`response.version`|Template version|String|
|`response.body`|Template content|String|
|`response.subject`|Template subject (email and letter)|String|
+|`response.letter_contact_block`|Template letter contact block (letter)|String|
### Error codes
If the request is not successful, the client raises a `Notifications::Client::RequestError` exception (or a subclass), which contains a code:
@@ -819,10 +820,11 @@
|`response.updated_at`|Date and time template last updated (may be nil if it is the first version)|String|
|`response.created_by`|Email address of person that created the template|String|
|`response.version`|Template version|String|
|`response.body`|Template content|String|
|`response.subject`|Template subject (email and letter)|String|
+|`response.letter_contact_block`|Template letter contact block (letter)|String|
### Error codes
If the request is not successful, the client raises a `Notifications::Client::RequestError` exception (or a subclass), which contains a code:
@@ -873,9 +875,10 @@
|`response.updated_at`|Date and time template last updated (may be nil if it is the first version)|String|
|`response.created_by`|Email address of person that created the template|String|
|`response.version`|Template version|String|
|`response.body`|Template content|String|
|`response.subject`|Template subject (email and letter)|String|
+|`response.letter_contact_block`|Template letter contact block (letter)|String|
If no templates exist for a template type or there no templates for a service, the templates array will be empty.
### Error codes