docs/SurveyForm.md in purecloudplatformclientv2-91.0.0 vs docs/SurveyForm.md in purecloudplatformclientv2-92.0.0
- old
+ new
@@ -12,11 +12,9 @@
| **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<SurveyQuestionGroup>**](SurveyQuestionGroup.html) | A list of question groups | |
| **published_versions** | [**DomainEntityListingSurveyForm**](DomainEntityListingSurveyForm.html) | List of published version of this form | [optional] |
| **self_uri** | **String** | The URI for this object | [optional] |