docs/SurveyForm.md in purecloudplatformclientv2-36.1.0 vs docs/SurveyForm.md in purecloudplatformclientv2-37.0.0

- old
+ new

@@ -11,9 +11,10 @@ | **name** | **String** | The survey form name | | | **modified_date** | **DateTime** | Last modified date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **published** | **BOOLEAN** | Is this form published | [optional] | | **disabled** | **BOOLEAN** | Is this form disabled | [optional] | | **context_id** | **String** | Unique Id for all versions of this form | | +| **language** | **String** | Language for survey viewer localization. Currently localized languages: da, de, en-US, es, fi, fr, it, ja, ko, nl, no, pl, pt-BR, sv, th, tr, zh-CH, zh-TW | | | **header_image_id** | **String** | Id of the header image appearing at the top of the form. | [optional] | | **header_image_url** | **String** | Temporary URL for accessing header image | [optional] | | **header** | **String** | Markdown text for the top of the form. | [optional] | | **footer** | **String** | Markdown text for the bottom of the form. | [optional] | | **question_groups** | [**Array<QuestionGroup>**](QuestionGroup.html) | A list of question groups | |