Update Space Body
Updates the body of a Space.
Method | PUT |
---|---|
URL | https://{subdomain}.kintone.com/k/v1/space/body.json |
URL(guest space) | https://{subdomain}.kintone.com/k/guest/{SpaceID}/v1/space/body.json |
Authentication | Password Authentication , Session Authentication |
Content-Type | application/json |
Contents
Permissions
- Only Space Administrators can use this API.
Request Parameters
Parameter | Value | Required | Description |
---|---|---|---|
id | Integer or String | Yes | The Space ID. |
body | String | Yes | The contents of the body as an HTML string. 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.
- This API can only be used on Spaces with multiple threads. To update the body of a single threaded Space, use the following API:
Update Thread