sections_edit

It is one of the response types of the submit handler. This response type contains a list of existing sections that have to be edited. This can have a success/failure banner.

ParameterDescriptionDatatypeMax Limit
typeType of response --
sectionsList of sectionsList5
success_bannerText to be displayed on the banner if the action was a successString-
failure_bannerText to be displayed on the banner if the action was a failureString-
pendingThe pending action is valid for 3 minutes. ie, the callback API for a particular pending action should be invoked within 3 minutes. Learn more.Boolean-

 

 

 

 

Sample Code:

Copied{
	"type" : "section_edit",
	"success_banner" : "Optional - updated successfully",
	"sections" : [$section,$section]
}