---
title: "Update Refill for Prescription"
method: PATCH
path: "/api/v1/prescriptions/{id}/refills/{refill}"
tags: ["Prescriptions"]
---

# Update Refill for Prescription

`PATCH /api/v1/prescriptions/{id}/refills/{refill}`

Permissions needed: ACCESS_PATIENTS
Update a specific refill for a prescription

## Path parameters

- `refill` integer, required

## Parameters

- `#/paths/~1api~1v1~1sales/delete/parameters/0` — unresolved $ref

## Request body

- object
  - `vet_id` integer, required
  - `type` 0 | 1 — `0` - External `1` - In House
  - `refilled_at` string, date
  - `label` string, nullable
  - `internal_notes` string, nullable

## Response `200`

successful operation

- object
  - `data` Data — unresolved $ref

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `422` — unresolved $ref
- `429` — unresolved $ref

---

[API](https://skmtc.net/digitail/apis/digitail-api.md) · [All operations](https://skmtc.net/digitail/apis/digitail-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitail/digitail-api/revisions/bd9694db5fce/schema)
