This method has been replaced with Create Event, and will be removed on April 15, 2025.
To create an event description with rich content, use the description
field from the Events v3 API.
You can only call this method when authenticated as a Wix app or Wix user identity.
Rich content details.
Created rich content.
curl -X POST 'https://www.wixapis.com/events/v1/rich-content' \
-H 'Authorization: <AUTH>' \
-H 'Content-Type: application/json' \
-d' {
"richContent":{
"eventId": "cd3b6e8c-29b3-4470-9147-075ebae2794a",
"fieldName": "about",
"content": {
"nodes": [
{
"type": "PARAGRAPH",
"id": "fja1e120",
"nodes": [
{
"type": "TEXT",
"id": "",
"textData": {
"text": "Embark on an extraordinary voyage through the vast expanse of the cosmos. Join us for "
}
},
{
"type": "TEXT",
"id": "",
"textData": {
"text": "Cosmic Odyssey: Exploring the Mysteries of the Universe",
"decorations": [
{
"type": "BOLD",
"fontWeightValue": 700
}
]
}
},
{
"type": "TEXT",
"id": "",
"textData": {
"text": " where the boundaries of human knowledge will be shattered. Prepare to be awe-struck as leading astrophysicists, renowned astronomers, and space explorers come together to unravel the enigmas of our universe."
}
}
]
},
{
"type": "IMAGE",
"id": "zxh2h436",
"imageData": {
"containerData": {
"width": {
"size": "CONTENT"
},
"alignment": "CENTER",
"textWrap": true
},
"image": {
"src": {
"id": "8bb438_2a22b3e85bb1434e81f6fbd4878fb4ae.jpg"
},
"width": 5600,
"height": 3728
}
}
}
]
}
}
}'
{
"richContent": {
"id": "52269077-05f2-4b59-ba4f-36ef8c4c1e11",
"revision": "1",
"createdDate": "2020-10-18T13:40:58.304800Z",
"updatedDate": "2020-10-18T13:40:58.304800Z",
"eventId": "cd3b6e8c-29b3-4470-9147-075ebae2794a",
"fieldName": "about",
"content": {
"nodes": [
{
"type": "PARAGRAPH",
"id": "fja1e120",
"nodes": [
{
"type": "TEXT",
"id": "",
"textData": {
"text": "Embark on an extraordinary voyage through the vast expanse of the cosmos. Join us for "
}
},
{
"type": "TEXT",
"id": "",
"textData": {
"text": "Cosmic Odyssey: Exploring the Mysteries of the Universe",
"decorations": [
{
"type": "BOLD",
"fontWeightValue": 700
}
]
}
},
{
"type": "TEXT",
"id": "",
"textData": {
"text": " where the boundaries of human knowledge will be shattered. Prepare to be awe-struck as leading astrophysicists, renowned astronomers, and space explorers come together to unravel the enigmas of our universe."
}
}
]
},
{
"type": "IMAGE",
"id": "zxh2h436",
"imageData": {
"containerData": {
"width": {
"size": "CONTENT"
},
"alignment": "CENTER",
"textWrap": true
},
"image": {
"src": {
"id": "8bb438_2a22b3e85bb1434e81f6fbd4878fb4ae.jpg"
},
"width": 5600,
"height": 3728
}
}
}
]
}
}
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.