v1
latestOpenAPI 3.1.02026-07-242470655.6 KBCopy of Copy of Copy of Get Groups
post/site/{site_name}/blog/import
Path parameters
site_namestring required
The unique identifier of the target site.
Headers
Authorizationstring
x-duda-access-tokenstring
Response
200
Example response
{
"id": "String",
"path": "String",
"status": "PUBLISHED",
"creation_date": "String",
"publish_date": "String",
"title": "String",
"author_name": "String",
"meta_title": "String",
"description": "String",
"tags": [
"String"
],
"no_index": true,
"schedule_publish_date": "String",
"main_image": {
"url": "String"
},
"thumbnail": {
"url": "String"
}
}