Update Article Category
You can use this API to update the details of an article category.
Requested Payload:
name: To specify the name of the category.
OAuth Scope
SalesIQ.articles.UPDATE
URL
Copiedhttps://{[zohosalesiq_server_uri](https://www.zoho.com/salesiq/help/developer-section/rest-api-v2.html)}/api/v2/{portal_name}/articlecategories/{id}
Example
Copiedhttps://salesiq.zoho.com/api/v2/zylker/articlecategories/53400000000328033
Payload
Copied{
"name": "Zylker-Auto"
}
Sample Response
Copied{
"url": "/api/v2/zylker/articlecategories/53400000000328033",
"object": "articlecategory",
"data": {
"id": "53400000000328033",
"name": "Zylker-Auto",
"is_default": "false",
"order": "1"
}
}