updateInfoSection( )


Updates an info section.

Each time the info section is updated, revision increments by 1. The current revision must be passed when updating the info section. This ensures you're working with the latest info section and prevents unintended overwrites.

Method Declaration
Copy
Method Parameters
_idstringRequired

Info section ID.


infoSectionUpdateInfoSectionRequired

optionsUpdateInfoSectionOptions
Returns
Return Type:Promise<InfoSection>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?