Endpoint
/api/v2/tenants/{tenantId}/kb/category/restore/{categoryId}
Path Parameters
tenantIdstring
categoryIdstring
Responses
OK
clientIdsarray
Defines the list of Client IDs. This is mandatory for a MSP tenant with CLIENT scope.
Child Parameters
createdByobject
Child Parameters
- createdBy.email
- createdBy.firstName
- createdBy.id
- createdBy.lastName
- createdBy.loginName
- createdBy.mobileNumber
- createdBy.phoneNumber
createdDatestring
descriptionstring
(Optional) Description of the knowledge base category.
idstring
namestring
Name of the knowledge base category.
pathstring
scopestring
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
statestring
updatedByobject
Child Parameters
- updatedBy.email
- updatedBy.firstName
- updatedBy.id
- updatedBy.lastName
- updatedBy.loginName
- updatedBy.mobileNumber
- updatedBy.phoneNumber
updatedDatestring
{
"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"
}