Authorization: Bearer ********************
{
"attributes": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"blockIds": [],
"overwrites": {},
"fastPass": false,
"stream": false,
"refresh": {}
}
curl --location --request PUT 'https://api.thinkeo.io/v0/publications/' \
--header 'Content-Type: application/json' \
--data-raw '{
"attributes": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"blockIds": [],
"overwrites": {},
"fastPass": false,
"stream": false,
"refresh": {}
}'
render_block
endpoint when stream
is false
.{
"publicationId": "aac799f4-ea8f-4114-9093-24db2fa60ec5",
"blocks": {
"property1": {
"kind": "html",
"content": "string"
},
"property2": {
"kind": "html",
"content": "string"
}
},
"totalCost": 0
}