Endpoint
/api/v2/tenants/{tenantId}/kb/category/restore/{categoryId}
Path Parameters
tenantId
string

categoryId
string

Responses

OK

clientIds
array

Defines the list of Client IDs. This is mandatory for a MSP tenant with CLIENT scope.

createdBy
object

createdBy.email
createdBy.firstName
createdBy.id
createdBy.lastName
createdBy.loginName
createdBy.mobileNumber
createdBy.phoneNumber
createdDate
string

description
string

(Optional) Description of the knowledge base category.

id
string

name
string

Name of the knowledge base category.

parentCategory
object

(Optional) Defines the parent category.

parentCategory.id
path
string

scope
string

Defines the scope of the knowledge base category: For a MSP tenant, scope is either PARTNER or CLIENT For a CLIENT tenant, scope is not applicable

state
string

updatedBy
object

updatedBy.email
updatedBy.firstName
updatedBy.id
updatedBy.lastName
updatedBy.loginName
updatedBy.mobileNumber
updatedBy.phoneNumber
updatedDate
string

{
  "createdBy": {
    "email": "helpdesk@opsramp.com",
    "firstName": "OpsRamp API User",
    "id": "USR0000000002",
    "lastName": " ",
    "loginName": "opsramp_api_user"
  },
  "createdDate": "2019-05-20T07:00:01+0000",
  "description": "sample description",
  "id": "KBC0000000077",
  "name": "API category updated",
  "path": "API category updated",
  "state": "ACTIVE",
  "updatedBy": {
    "email": "helpdesk@opsramp.com",
    "firstName": "OpsRamp API User",
    "id": "USR0000000002",
    "lastName": " ",
    "loginName": "opsramp_api_user"
  },
  "updatedDate": "2019-05-20T07:31:28+0000"
}