v1

latestOpenAPI 3.1.02026-07-2458221215.8 KB
Notes

Update conversation note

Update a note in a conversation.

put/conversations/{conversationId}/notes/{noteId}

Path parameters

conversationIdstring required

Public ID of the conversation.

noteIdstring required

Public ID of the note.

Request body

contentstring

The updated content of the note

Response

OK

idstring

The ID of the note

created_atstring date-time
updated_atstring date-time
contentstring

The content of the note

conversation_idstring nullable

The ID of the conversation the note belongs to

urlstring

The URL of the note resource

Example response

{
  "created_at": "2022-03-10T16:15:50Z",
  "updated_at": "2022-03-10T16:15:50Z"
}