The Open API specification for Synapse is now available for download!

Download Open API Spec

PUT /reply/{replyId}/message

This API is used to update the message of a reply.
Target users: only the author of the reply can update its message.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/reply/{replyId}/message

Resource URL Variables
{replyId} - The ID of the reply being updated
Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method PUT
Request Object UpdateReplyMessage
(application/json)
Response Object DiscussionReplyBundle
(application/json)