URL

POST https://{api-url}/api/v2//tenants/{tenantId}/kb/template/{templatedId}

Sample URLs

https://{api-url}//api/v2//tenants/template/kb/template/KB0000000041

Status code

200 OK

Sample response

{
    "id": "KB0000000041",
    "subject": "Test Details Updated",
    "content": "Test Details Updated",
    "createdTime": "2019-05-14T07:35:52+0000",
    "updatedTime": "2019-05-14T08:42:36+0000",
    "createdBy": {
        "id": "USR0000000002",
        "loginName": "opsramp_api_user",
        "lastName": " ",
        "firstName": "OpsRamp API User",
        "email": "lakshmi.balla@opsramp.com"
    },
    "updatedBy": {
        "id": "USR0000000003",
        "loginName": "superadmin",
        "lastName": "Admin",
        "firstName": "OpsRamp",
        "email": "lakshmi.balla@opsramp.com",
        "phoneNumber": ""
    },
    "shared": false,
    "category": {
        "id": "KB0000000002",
        "name": "Client",
        "description": "Client",
        "path": "Client",
        "state": "ACTIVE"
    },
    "state": "PUBLISHED"
}