Skip to main content

Update the webview information of an event

Based on the specified property in the request body the different type of webview details will be updated.

Only one of websitetext, websiteurl, htmlcontent should be set and remaining two should be NULL to avoid error.

Follow the request body description to avoid any error.

Path Parameters
infoid integer REQUIRED
Request Body

Description:

  • eventid, id is mandatory
  • websiteurl should be a valid redirectable url string. If setting this, send websitetext & htmlcontent as NULL.
  • websitetext should be any string type data as plain text. If setting this, send websiteurl & htmlcontent as NULL.
  • htmlcontent should be a valid parseable HTML page content with styles mentioned (if any). If setting this, send websitetext & websiteurl as NULL
websiteurl string
websitetext string
htmlcontent string
Responses
200

PostPatchResponse

Schema
object[]
id integer
default

Error Response

Schema
code int32

Error code.

message string

String description of the error.