v4

OpenAPI 3.1.02026-08-03553368548.9 KB
admin-blog

Update Blog Post

put/api/admin-blog/posts/{post_id}

Path parameters

post_idstring required

Request body

titlestring nullable
excerptstring nullable
content_htmlstring nullable
featured_image_urlstring nullable
publish_mode'DRAFT' | 'PUBLISH' | 'SCHEDULE'
scheduled_forstring date-time nullable
manual_tagsstring nullable

Response

Successful Response

idstring required
titlestring required
slugstring required
excerptstring nullable
featured_image_urlstring nullable
status'DRAFT' | 'PUBLISHED' required
scheduled_forstring date-time nullable
published_atstring date-time nullable
manual_tagsstring nullable
created_atstring date-time required
updated_atstring date-time required
content_htmlstring required