This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Updates the "About" section content.
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.
ID of the "About" section content.
The "About" section content to update.
The updated "About" section content.
curl -X PATCH \
https://www.wixapis.com/members/v2/abouts/e901b292-70f0-4a20-8aaf-e06cd5dc5ca2 \
-H 'Content-Type: application/json;charset=UTF-8' \
-H 'Authorization: <AUTH>'
-d '{
"memberAbout": {
"memberId": "9e4f34b3-ebb8-49ee-a342-057d7e70cf5a",
"content": {
"nodes": [
{
"type": "HEADING",
"id": "foo",
"nodes": [
{
"type": "TEXT",
"id": "",
"textData": {
"text": "About Me"
}
}
],
"headingData": {
"level": 2,
"textStyle": {
"textAlignment": "AUTO"
}
}
},
{
"type": "PARAGRAPH",
"id": "lxr936"
},
{
"type": "PARAGRAPH",
"id": "j7tdj13",
"nodes": [
{
"type": "TEXT",
"id": "",
"textData": {
"text": "Hi, I'm Sarah! I'm a graphic designer and nature enthusiast. I love hiking, photography, and discovering new coffee shops. Always happy to connect with like-minded people!"
}
}
]
}
]
},
"revision": "2"
}
}'
{
"memberAbout": {
"id": "e901b292-70f0-4a20-8aaf-e06cd5dc5ca2",
"revision": "3",
"memberId": "9e4f34b3-ebb8-49ee-a342-057d7e70cf5a",
"content": {
"nodes": [
{
"type": "HEADING",
"id": "foo",
"nodes": [
{
"type": "TEXT",
"id": "",
"textData": {
"text": "About Me"
}
}
],
"headingData": {
"level": 2,
"textStyle": {
"textAlignment": "AUTO"
}
}
},
{
"type": "PARAGRAPH",
"id": "lxr936"
},
{
"type": "PARAGRAPH",
"id": "j7tdj13",
"nodes": [
{
"type": "TEXT",
"id": "",
"textData": {
"text": "Hi, I'm Sarah! I'm a graphic designer and nature enthusiast. I love hiking, photography, and discovering new coffee shops. Always happy to connect with like-minded people!"
}
}
]
}
]
}
}
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.