Skip to contents

Updates the view content of the given view identifier in the specified Connect Customer instance.

See https://www.paws-r-sdk.com/docs/connect_update_view_content/ for full documentation.

Usage

connect_update_view_content(InstanceId, ViewId, Status, Content)

Arguments

InstanceId

[required] The identifier of the Connect Customer instance. You can find the instanceId in the ARN of the instance.

ViewId

[required] The identifier of the view. Both ViewArn and ViewId can be used.

Status

[required] Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.

Content

[required] View content containing all content necessary to render a view except for runtime input data and the runtime input schema, which is auto-generated by this operation.

The total uncompressed content has a maximum file size of 400kB.