v1
latestOpenAPI 3.0.02026-07-2447166133.5 KBConversations
Update a conversation
This operation updates a specific conversation by id.
Fields provided in the input object will be updated, omitted fields (null) will be unchanged.
patch/conversations/{conversationId}
Path parameters
conversationIdstring required
The id of the conversation to update
Headers
s-idempotency-keystring
A unique value generated by the client used to recognize subsequent retries of the same request. Idempotency keys can be up to 255 characters long.
Request body
Example request
{
"assignToMemberId": "entity_0D4QABCC06000",
"tagIds": [
"tag_0E5QDGJC03000"
]
}Response
ok response
Example response
{
"apiURL": "https://api.sprucehealth.com/conversations/t_0E5QDJJC03000",
"appURL": "https://app.sprucehealth.com/org/entity_0D4QABCC06000/thread/t_0E5QDJJC03000",
"assignedToMemberId": "entity_0D4QABCC06000",
"associatedContactIds": [
"entity_0D4QABCC06000"
],
"createdAt": "2020-04-01T00:00:00Z",
"externalParticipants": [
{
"contact": "entity_0D4QABCC06000"
}
],
"id": "t_0E5QDGJC03000",
"internalMemberIds": [
"entity_0D4QABCC06000"
],
"lastMessageAt": "2020-04-01T00:00:00Z",
"subtitle": "Billing",
"tags": [
{
"id": "tag_0E5QDGJC03000",
"value": "Smith"
}
],
"title": "John Doe"
}