v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Copy of Copy of Copy of Copy of Copy of Copy of Get Groups

patch/site/{site_name}/blog/{post_id}-1

Path parameters

site_namestring required

The unique identifier of the target site.

post_idstring required

Headers

Authorizationstring
x-duda-access-tokenstring

Response

OK

author_namestring
creation_datestring
descriptionstring
idstring
main_imagestring
meta_titlestring
no_indexboolean
pathstring
publish_datestring
schedule_publish_datestring
statusstring
tagsstring[]
titlestring

Example response

{
  "author_name": "String",
  "creation_date": "String",
  "description": "String",
  "id": "String",
  "main_image": "String",
  "meta_title": "String",
  "no_index": true,
  "path": "String",
  "publish_date": "String",
  "schedule_publish_date": "String",
  "status": "PUBLISHED",
  "tags": [
    "String"
  ],
  "thumbnail": {
    "url": "String"
  },
  "title": "String"
}