UpdateThread
Updates an existing discussion thread inside a Space so teams can maintain current and accurate collaboration history.
Stored Procedure Specific Information
Kintone allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison.
For example:
EXECUTE UpdateThread ThreadId = 13, Name = 'Test Thread', Body = 'This is for testing'
Input
| Name | Type | Required | Description |
| ThreadId | Integer | True | Identifier of the thread to update, which can be obtained from the thread's URL. |
| Name | String | False | New display name for the thread, replacing the old name if set. It must have between 1 and 128 characters and cannot be used for Spaces that support only a single thread. |
| Body | String | False | Updated HTML or text content for the thread body, replacing the existing thread description or discussion header. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the operation completed successfully by returning a Boolean value. |