Skip to content

Commit

Permalink
with liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
dlsteuer committed Sep 10, 2020
2 parents eebb418 + 535fad0 commit 026faf1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/DraftsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,11 @@ public class Example {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**draftId** | **String**| A draft ID |
<<<<<<< HEAD
**targetLanguage** | **String**| The type of templating language to compile as. Should only be used for visual templates. | [enum: html, handlebars, ampscript, freemarker, cheetah, jinja, liquid]
=======
**targetLanguage** | **String**| The type of templating language to compile as. Should only be used for visual templates. | [enum: html, handlebars, ampscript, freemarker, cheetah, jinja]
>>>>>>> 535fad06e0787601d1b54f7f96a1986d72cd999f
**accept** | **String**| A version of the API that should be used for the request. For example, to use version \&quot;2020.08\&quot;, set the value to \&quot;application/vnd.dyspatch.2020.08+json\&quot; |

### Return type
Expand Down
4 changes: 4 additions & 0 deletions docs/LocalizationsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ public class Example {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**localizationId** | **String**| A localization ID |
<<<<<<< HEAD
**targetLanguage** | **String**| The type of templating language to compile as. Should only be used for visual templates. | [enum: html, handlebars, ampscript, freemarker, cheetah, jinja, liquid]
=======
**targetLanguage** | **String**| The type of templating language to compile as. Should only be used for visual templates. | [enum: html, handlebars, ampscript, freemarker, cheetah, jinja]
>>>>>>> 535fad06e0787601d1b54f7f96a1986d72cd999f
**accept** | **String**| A version of the API that should be used for the request. For example, to use version \&quot;2020.08\&quot;, set the value to \&quot;application/vnd.dyspatch.2020.08+json\&quot; |

### Return type
Expand Down
4 changes: 4 additions & 0 deletions docs/TemplatesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@ public class Example {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**templateId** | **String**| A template ID |
<<<<<<< HEAD
**targetLanguage** | **String**| The type of templating language to compile as. Should only be used for visual templates. | [enum: html, handlebars, ampscript, freemarker, cheetah, jinja, liquid]
=======
**targetLanguage** | **String**| The type of templating language to compile as. Should only be used for visual templates. | [enum: html, handlebars, ampscript, freemarker, cheetah, jinja]
>>>>>>> 535fad06e0787601d1b54f7f96a1986d72cd999f
**accept** | **String**| A version of the API that should be used for the request. For example, to use version \&quot;2020.08\&quot;, set the value to \&quot;application/vnd.dyspatch.2020.08+json\&quot; |

### Return type
Expand Down

0 comments on commit 026faf1

Please sign in to comment.