editThread
- Home
- Forums
- UgcForumThread
- editThread
editThread
Edits a forum thread.
Parameters
Name | Description |
node_id required | Node ID the thread belongs to. |
thread_id required | ID of a forum thread. |
user_id required | ID of the user performing an action. |
user_relation required | User relation of the user making the request. |
forum_id optional | Forum ID the thread belongs to. |
thread_title optional | Title of the thread. |
sticky optional | Whether or not a thread is sticky (appears at top of the list). |
lock optional | Whether or not to immediately lock the thread. |
expires optional | Future date the thread should become locked. |
tagged_categories optional | Categories to tag this thread with. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/ugcForumThread?action=editThread&node_id=188234&thread_id=28943337&user_id=143593317&user_relation=member&thread_title=My new thread title…&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 |
{ "service":"ugcForumThread", "action":"editThread", "code":1, "message":"Thread successfully edited", "item":true } |
Service Information
Service | ugcForumThread |
Method | editThread |
Type | REST |
Response Types | JSON, XML |