updateMemberAbout( )


Updates the "About" section content for a member.

Each time the "About" section content is updated, revision increments by 1. The existing revision must be included when updating the "About" section content. This ensures you're working with the latest "About" section and prevents unintended overwrites.

Method Declaration
Copy
Method Parameters
_idstringRequired

ID of the "About" section content.


memberAboutUpdateMemberAboutRequired
Returns
Return Type:Promise<MemberAbout>
Errors

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

Did this help?