Skip to main content
PUT
Update Message Thread

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer<int64>
required

Body

application/json
chart_date
string<date-time>
required

When the message thread's patient chart was created.

document_date
string<date-time>
required

When the message thread's document was created.

patient
integer<int64>
required

The patient chart for which the thread is about.

practice
integer<int64>
required

The id of the practice that owns the patient chart.

delivery_date
string<date-time> | null
is_urgent
boolean
default:false

Whether the message is currently urgent.

members
object[]

List of Thread Members, when creating only need to specify the id of the thread member and their status.

messages
object[]

List of Thread Messages, when creating only need to provide the body, send_date and sender.

signed_by
integer<int64> | null

The user who signed the thread

signed_date
string<date-time> | null

The date and time when the thread was signed

Response

200 - application/json
chart_date
string<date-time>
required

When the message thread's patient chart was created.

document_date
string<date-time>
required

When the message thread's document was created.

patient
integer<int64>
required

The patient chart for which the thread is about.

practice
integer<int64>
required

The id of the practice that owns the patient chart.

created_date
string<date-time> | null
read-only

When the message thread was created.

deleted_date
string<date-time> | null
read-only

When the message thread was deleted.

delivery_date
string<date-time> | null
id
integer
read-only
is_urgent
boolean
default:false

Whether the message is currently urgent.

members
object[]

List of Thread Members, when creating only need to specify the id of the thread member and their status.

messages
object[]

List of Thread Messages, when creating only need to provide the body, send_date and sender.

signed_by
integer<int64> | null

The user who signed the thread

signed_date
string<date-time> | null

The date and time when the thread was signed