post https://tdm4.adcloud.org/api/?id=formatting2
Дополняет код необходимыми для его валидности HTML, HEAD и BODY тегами
Log in to see full request history
alert('test formatting-html');
Responses
Дополняет код необходимыми для его валидности HTML, HEAD и BODY тегами
alert('test formatting-html');
xxxxxxxxxx
14curl --request POST \
--url 'https://tdm4.adcloud.org/api/?id=formatting2' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"jsonrpc": "2.0",
"method": "formatting.html",
"params": {
"html": "<span>sample code</span>"
},
"id": 1
}
'
Try It!
to start a request and see the response here! Or choose an example: