update_solution_article
Update Freshdesk solution articles by specifying the article ID and desired fields, ensuring accurate and current support content.
Instructions
Update a solution article in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
article_fields | Yes | ||
article_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"article_fields": {
"title": "Article Fields",
"type": "object"
},
"article_id": {
"title": "Article Id",
"type": "integer"
}
},
"required": [
"article_id",
"article_fields"
],
"title": "update_solution_articleArguments",
"type": "object"
}