Update a snippet category's name
Update a snippet category's name
PATCH
Update a snippet category's name
Updates the name of an existing snippet category. The parent relationship and sort position are managed through the separate position endpoint.
Authorizations
Path Parameters
ID of the category to update.
Body
application/json
New name for the category (optional).
Maximum string length:
50Example:
"Updated Support"
Response
Category updated successfully.
Unique identifier for the snippet category
Example:
5
Name of the category
Maximum string length:
250Example:
"Customer Support"
Sort order within the parent category (1-based)
Example:
1
ID of the parent category (null for root-level categories)
Example:
2