---
title: "Update Interaction"
method: PATCH
path: "/provider/patients/{patient_id}/interactions/document/{id}"
tags: ["DocumentInteraction"]
---

# Update Interaction

`PATCH /provider/patients/{patient_id}/interactions/document/{id}`

## Path parameters

- `patient_id` string, required
- `id` string, required

## Request body

- ProviderPatientsInteractionsDocumentControllerUpdateBody
  - `status` 'draft' | 'signed' | 'addended' | 'deleted' | 'failed', required — The status of the interaction.
  - `title` string — The title of the interaction.
  - `body` string — The body of the interaction.
  - `attachments` string[] — The attachments of the interaction. Files will be downloaded as part of the request. If provided it will OVERRIDE the attachments on the interaction so make sure to provide all the attachments if you want to keep them.
  - `event_timestamp` string, date-time — The event timestamp of the interaction.
  - `integration_record_id` string
  - `integration_error_message` string
  - `integration_web_link` string

## Response `200`

Successful response

- PublicInteractionBlueprintOne
  - `id` string
  - `body` string
  - `event_timestamp` string, date-time
  - `patient_access` boolean
  - `patient_id` string
  - `status` string
  - `title` string
  - `type` string

---

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