Jump to content

REST API Documentation

/blog/categories/{id}


Edit a blog category

This endpoint is only available for requests made using an API Key or the Client Credentials Grant Type, not using an OAuth Access Token for a particular member.


Parameters

Name Type Description
Required name string The category name
parent int|null The ID number of the parent the category should be created in. NULL for root.
position int The category position

Exceptions

This endpoint doesn't throw any exceptions.

Response

Name Type Description
id int ID number
name string Name
url string URL
class string Node class
×
×
  • Create New...