{
"nodes": [
{
"type": "NODE_UNSPECIFIED",
"lineBreakNode": {},
"paragraphNode": {
"children": [
{}
]
},
"codeBlockNode": {
"language": "string",
"content": "string"
},
"headingNode": {
"level": 0,
"children": [
{}
]
},
"horizontalRuleNode": {
"symbol": "string"
},
"blockquoteNode": {
"children": [
{}
]
},
"listNode": {
"kind": "KIND_UNSPECIFIED",
"indent": 0,
"children": [
{}
]
},
"orderedListItemNode": {
"number": "string",
"indent": 0,
"children": [
{}
]
},
"unorderedListItemNode": {
"symbol": "string",
"indent": 0,
"children": [
{}
]
},
"taskListItemNode": {
"symbol": "string",
"indent": 0,
"complete": true,
"children": [
{}
]
},
"mathBlockNode": {
"content": "string"
},
"tableNode": {
"header": [
{}
],
"delimiter": [
"string"
],
"rows": [
{
"cells": [
{}
]
}
]
},
"embeddedContentNode": {
"resourceName": "string",
"params": "string"
},
"textNode": {
"content": "string"
},
"boldNode": {
"symbol": "string",
"children": [
{}
]
},
"italicNode": {
"symbol": "string",
"content": "string"
},
"boldItalicNode": {
"symbol": "string",
"content": "string"
},
"codeNode": {
"content": "string"
},
"imageNode": {
"altText": "string",
"url": "string"
},
"linkNode": {
"text": "string",
"url": "string"
},
"autoLinkNode": {
"url": "string",
"isRawText": true
},
"tagNode": {
"content": "string"
},
"strikethroughNode": {
"content": "string"
},
"escapingCharacterNode": {
"symbol": "string"
},
"mathNode": {
"content": "string"
},
"highlightNode": {
"content": "string"
},
"subscriptNode": {
"content": "string"
},
"superscriptNode": {
"content": "string"
},
"referencedContentNode": {
"resourceName": "string",
"params": "string"
},
"spoilerNode": {
"content": "string"
},
"htmlElementNode": {
"tagName": "string",
"attributes": {
"property1": "string",
"property2": "string"
}
}
}
]
}
curl --location --request POST '/api/v1/markdown/node:restore' \
--header 'Content-Type: application/json' \
--data-raw '{
"nodes": [
{
"type": "NODE_UNSPECIFIED",
"lineBreakNode": {},
"paragraphNode": {
"children": [
{}
]
},
"codeBlockNode": {
"language": "string",
"content": "string"
},
"headingNode": {
"level": 0,
"children": [
{}
]
},
"horizontalRuleNode": {
"symbol": "string"
},
"blockquoteNode": {
"children": [
{}
]
},
"listNode": {
"kind": "KIND_UNSPECIFIED",
"indent": 0,
"children": [
{}
]
},
"orderedListItemNode": {
"number": "string",
"indent": 0,
"children": [
{}
]
},
"unorderedListItemNode": {
"symbol": "string",
"indent": 0,
"children": [
{}
]
},
"taskListItemNode": {
"symbol": "string",
"indent": 0,
"complete": true,
"children": [
{}
]
},
"mathBlockNode": {
"content": "string"
},
"tableNode": {
"header": [
{}
],
"delimiter": [
"string"
],
"rows": [
{
"cells": [
{}
]
}
]
},
"embeddedContentNode": {
"resourceName": "string",
"params": "string"
},
"textNode": {
"content": "string"
},
"boldNode": {
"symbol": "string",
"children": [
{}
]
},
"italicNode": {
"symbol": "string",
"content": "string"
},
"boldItalicNode": {
"symbol": "string",
"content": "string"
},
"codeNode": {
"content": "string"
},
"imageNode": {
"altText": "string",
"url": "string"
},
"linkNode": {
"text": "string",
"url": "string"
},
"autoLinkNode": {
"url": "string",
"isRawText": true
},
"tagNode": {
"content": "string"
},
"strikethroughNode": {
"content": "string"
},
"escapingCharacterNode": {
"symbol": "string"
},
"mathNode": {
"content": "string"
},
"highlightNode": {
"content": "string"
},
"subscriptNode": {
"content": "string"
},
"superscriptNode": {
"content": "string"
},
"referencedContentNode": {
"resourceName": "string",
"params": "string"
},
"spoilerNode": {
"content": "string"
},
"htmlElementNode": {
"tagName": "string",
"attributes": {
"property1": "string",
"property2": "string"
}
}
}
]
}'
{
"markdown": "string"
}