Move App to Space
Changes the Space to which an App belongs.
Method | POST |
---|---|
URL | https://{subdomain}.kintone.com/k/v1/app/move.json |
Authentication | Password Authentication , Session Authentication |
Content-Type | application/json |
Contents
Limitations
Guest Spaces are not supported with this API.
For more information, refer to the following article:
Changing Which Space an App Belongs to
Permissions
For detailed information regarding permissions, refer to the following article:
Changing Which Space an App Belongs to
Request Parameters
Parameter | Value | Required | Description |
---|---|---|---|
app | Integer or String | Required | The App ID. |
space | Integer or String or null | Required | The Space ID of where the App will be moved to. To remove an App from its current space, null can be specified. |
Sample Request
|
|
XMLHttpRequest
|
|
Response Parameters
An empty JSON object will be returned.
Sample Response
|
|