publish_solution_article
Publish solution articles in Freshservice by specifying the article ID, enabling knowledge base updates and efficient content sharing.
Instructions
Publish a solution article in Freshservice.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
article_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"article_id": {
"title": "Article Id",
"type": "integer"
}
},
"required": [
"article_id"
],
"title": "publish_solution_articleArguments",
"type": "object"
}