Skip to main content
PUT
Update post category

Authorizations

X-Team-ApiKey
string
header
required

Team API key for authentication. Find your API key in SendX Settings → Team API Key.

Example:

Path Parameters

identifier
string
required

The unique post category identifier to retrieve.

  • post_category_YzS1wOU20yw87UUHKxMzwn
Pattern: ^(post_category_)?[a-zA-Z0-9]{22}$
Example:

"post_category_YzS1wOU20yw87UUHKxMzwn"

Body

application/json
name
string
required

Category name

Example:

"Product Updates"

Response

✅ Category updated successfully

id
string

Id for the post category

Example:

"post_category_YzS1wOU20yw87UUHKxMzwn"

name
string

Name for the post category

Example:

"Product Updates"

created
string<date-time>

Date and time when the post category was created

updated
string<date-time>

Date and time when the post category was last updated