Update conversation
Updates title, or archive a conversation.
Authentication
AuthorizationBearer
JWT bearer token authentication. Obtain an access token from the Moveworks auth endpoint and include it in the Authorization header as ‘Bearer <token>’.
Path parameters
conversation_id
A base-62 identifier prefixed by a short resource type
Headers
Assistant-Name
The Moveworks assistant identifier that was configured for your organization.
Request
This endpoint expects an object.
title
New conversation title (optional)
archived
New archive status (optional)
Response headers
x-moveworks-root-uuid
A unique identifier used to trace your request within the Moveworks system
Response
Conversation updated successfully
conversation_id
A base-62 identifier prefixed by a short resource type
created_at
Creation timestamp (ISO 8601)
updated_at
Last update timestamp (ISO 8601)
title
Optional user-defined title
archived
User-controlled flag to mark conversation as archived
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error