Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Updates the specified blog post. Only include the fields you want to change — omitted fields remain unchanged.
Requires the content admin or super admin platform role.
Changing the slug of a published post updates its public URL. If the post has been shared or indexed, keep the original slug to avoid broken links.

Parameters

id
string
required
The blog post ID.
title
string
Updated post headline.
slug
string
Updated URL path segment.
category
string
Updated category. One of engineering, product, security, company, or industry.
content
string
Updated Markdown body.
excerpt
string
Updated short summary.
cover_image_url
string
Updated cover image URL.
tags
string[]
Updated list of tags. Replaces the existing tags.

Responses