Skip to content

Update blog post

PATCH
/api/v1/content/blog-posts/{post_id}

Update a blog post.

Authorizations

Parameters

Path Parameters

post_id
required
string

Request Body required

Request body for updating a blog post.

object
category
Any of:
string
content
Any of:
string
description
Any of:
string
seo_keywords
Any of:
Array<string>
seo_meta_description
Any of:
string
status
Any of:
string
tags
Any of:
Array<string>
title
Any of:
string
<= 255 characters

Responses

200

Successful Response

Response body for a single blog post.

object
ai_disclosure_included
boolean
default: true
author
string
default: UltimateTeam CMO
category
required
string
content
required
string
created_at
required
string format: date-time
description
required
string
id
required
string
performance_metrics
object
key
additional properties
any
published_at
Any of:
string format: date-time
quality_gate_score
Any of:
number
reading_time_minutes
integer
seo_keywords
Array
seo_meta_description
string
""
slug
required
string
status
required
string
tags
Array
tenant_id
required
string
title
required
string
updated_at
required
string format: date-time
word_count
integer

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string