PUT /thread/{threadId}/title
This API is used to update the title of a thread.
Target users: only the author of the thread can update its title.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/thread/{threadId}/title
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 | UpdateThreadTitle (application/json) |
Response Object | DiscussionThreadBundle (application/json) |