URL
POST https://{api-url}/api/v2/tenants/{tenantId}/kb/category/update/{categoryId}
Sample URLs
https://{api-url}//api/v2//tenants/client_11/kb/category/update/KBC0000000077
Parameters
All parameters are optional:
Field | Data Type | Description |
---|---|---|
name | String | Name of the knowledge base category. |
scope | String | Defines the scope of the knowledge base category. For a MSP tenant, scope is either PARTNER or CLIENT. |
clientIds | String | Defines the list of Client IDs. This is mandatory for a MSP tenant with CLIENT scope. |
description | String | Description of the knowledge base category. |
Status code
200 OK
Sample request
{
"name" : "API category updated",
"description" : "sample description"
}
Sample response
{
"id": "KBC0000000077",
"name": "API category updated",
"description": "sample description",
"createdBy": {
"id": "USR0000000002",
"loginName": "opsramp_api_user",
"lastName": " ",
"firstName": "OpsRamp API User",
"email": "helpdesk@opsramp.com"
},
"updatedBy": {
"id": "USR0000000002",
"loginName": "opsramp_api_user",
"lastName": " ",
"firstName": "OpsRamp API User",
"email": "helpdesk@opsramp.com"
},
"path": "API category updated",
"state": "ACTIVE",
"createdDate": "2019-05-20T07:00:01+0000",
"updatedDate": "2019-05-20T07:31:28+0000"
}