---
title: "PUT /knowledge-documents/{id}"
method: PUT
path: "/knowledge-documents/{id}"
tags: ["TenantKnowledge"]
---

# PUT /knowledge-documents/{id}

`PUT /knowledge-documents/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateTenantKnowledgeDocumentDto
  - `title` string, nullable
  - `sourceType` string, nullable
  - `content` string, nullable
  - `diagnosisKeys` string, nullable
  - `isPublished` boolean, nullable

## Response `200`

OK

- TenantKnowledgeDocumentDto
  - `id` string
  - `title` string
  - `sourceType` string — "protocol" | "handout" | "standalone".
  - `content` string
  - `diagnosisKeys` string, nullable
  - `isPublished` boolean
  - `createdById` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
