UpdateThread
Updates a Thread of a Space.
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 | The Thread ID. The Thread ID can be found in the URL of the Thread. |
Name | String | False | The new name of the Thread. Must be between 1 - 128 characters. The name will not be updated if this parameter is ignored. The Thread name of single threaded Spaces cannot be updated. |
Body | String | False | The contents of the Thread body. |
Result Set Columns
Name | Type | Description |
Success | String | This value shows a boolean indication of whether the operation was successful or not. |