PUT /thread/{threadId}/message
This API is used to update the message of a thread.
Target users: only the author of the thread can update its message.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/thread/{threadId}/message
Resource URL Variables
| {threadId} | - The ID of the thread being updated |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view , modify |
| HTTP Method | PUT |
| Request Object | UpdateThreadMessage (application/json) |
| Response Object | DiscussionThreadBundle (application/json) |