update_solution_category_folder
Modify solution category folder details in Freshdesk to streamline support operations. Input folder ID and updated fields to adjust folder attributes efficiently.
Instructions
Update a solution category folder in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
folder_fields | Yes | ||
folder_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"folder_fields": {
"title": "Folder Fields",
"type": "object"
},
"folder_id": {
"title": "Folder Id",
"type": "integer"
}
},
"required": [
"folder_id",
"folder_fields"
],
"title": "update_solution_category_folderArguments",
"type": "object"
}