update_solution_category
Modify solution categories in Freshdesk by updating category fields such as name, description, or visibility settings to organize and improve support content.
Instructions
Update a solution category in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category_fields | Yes | ||
category_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"category_fields": {
"title": "Category Fields",
"type": "object"
},
"category_id": {
"title": "Category Id",
"type": "integer"
}
},
"required": [
"category_id",
"category_fields"
],
"title": "update_solution_categoryArguments",
"type": "object"
}