---
title: "Update a protocol"
method: PATCH
path: "/rx/governance/protocols/{id}"
tags: ["RxGovernance"]
---

# Update a protocol

`PATCH /rx/governance/protocols/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateRxProtocolDto
  - `name` string, nullable
  - `description` string, nullable
  - `scope` string, nullable
  - `scopeMedicationId` string, nullable
  - `scopeMedicationName` string, nullable
  - `scopeCategory` string, nullable
  - `inHouseAllowed` boolean, nullable
  - `sameDayAllowed` boolean, nullable
  - `onlinePharmacyAllowed` boolean, nullable
  - `printRetailAllowed` boolean, nullable
  - `requireDoseCheck` boolean, nullable
  - `requireInteractionCheck` boolean, nullable
  - `requireAllergyCheck` boolean, nullable
  - `priority` union
    - integer
    - string, int32
  - `isActive` boolean, nullable

## Response `200`

OK

- RxProtocolDto
  - `id` string
  - `name` string
  - `description` string, nullable
  - `isDefault` boolean
  - `scope` string
  - `scopeMedicationId` string, nullable
  - `scopeMedicationName` string, nullable
  - `scopeCategory` string, nullable
  - `inHouseAllowed` boolean
  - `sameDayAllowed` boolean
  - `onlinePharmacyAllowed` boolean
  - `printRetailAllowed` boolean
  - `requireDoseCheck` boolean
  - `requireInteractionCheck` boolean
  - `requireAllergyCheck` boolean
  - `priority` union
    - integer
    - string, int32
  - `isActive` boolean
  - `createdAt` 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)
