Update Thread
Updates a Thread of a Space.
Method | PUT |
---|---|
URL | https://{subdomain}.kintone.com/k/v1/space/thread.json |
URL(guest space) | https://{subdomain}.kintone.com/k/guest/{SpaceID}/v1/space/thread.json |
Authentication | Password Authentication , Session Authentication |
Content-Type | application/json |
Contents
Permissions
- Only Space Administrators or the creator of the thread can use this API.
Request Parameters
Parameter | Value | Required | Description |
---|---|---|---|
id | Integer or String | Yes | The Thread ID. The Thread ID can be found in the URL of the Thread. A Space with the URL of https://{domainname}.kintone.com/k/#/space/111/thread/222 has a Space ID of 111 and a Thread ID of 222. |
name | String | 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 | The contents of the Thread body. Write the contents as an HTML string, within 65535 characters HTML tags that cannot be used will be automatically removed. HTML can be used to attach Apps, files and Emoji. The usage of the @ mark to mention a user will not notify that user. |
Sample Request
|
|
XMLHttpRequest
|
|
Response Parameters
An empty JSON object will be returned.
Sample Response
|
|
Limitations
- If the Space or Guest Space feature is turned off, an error will be returned.