| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

**discussionId**  
*string*  
*required*  
The unique identifier of the discussion

**entryId**  
*string*  
*required*  
The unique identifier of the entry

**message**  
*string*  
*required*  
The user message to continue the discussion

**metadata**  
*object*  
*Optional* metadata as key-value pairs

**metadataobject**  
**attachments**  
*array of objects*  
*Optional* attachments associated with the message

**attachments**  
*ADD object*

**context**  
*object*  
**contextobject**  
**x-universe-auth**  
*string*  
*required*  
JWT authentication token

# ```
200      Entry edited with streaming AI response

```400
Bad request - entry cannot be edited (check REL links)

```401
Unauthorized - invalid or missing authentication

```404
Discussion or entry not found

```500
Internal server error

Updated 3 months ago

* * *

ShellNodeRubyPHPPython

```

xxxxxxxxxx

curl --request PATCH \

--url https://example.com/chats/discussionId/entries/entryId \

--header 'accept: application/x-ndjson' \

--header 'content-type: application/json'
```

Click `Try It!` to start a request and see the response here! Or choose an example:

application/x-ndjson

``200

Updated3 months ago

* * *
