Create Solution Folder
documentedCreate a solution folder under a category.
POST /solution/categories/[id]/folders.jsonSolution Folderno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$domain}}.freshservice.com/solution/categories/{{$category_id}}/folders.json" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-u "{{$freshservice_user}}":{{FRESHSERVICE_API_KEY}} \
-d '{"solution_folder":{"name":"{{$folder_name}}","visibility":{{$visibility}},"description":"{{$folder_description}}","department_folders_attributes":{"department_id":["{{$department_id_1}}","{{$department_id_2}}"]}}}'