Add Plug-ins
Adds Plug-ins to an App.
Method | POST |
---|---|
URL | https://{subdomain}.kintone.com/k/v1/preview/app/plugins.json |
URL(guest space) | https://{subdomain}.kintone.com/k/guest/{SpaceID}/v1/preview/app/plugins.json |
Authentication | Password Authentication , API Token Authentication , Session Authentication |
Content-Type | application/json |
Permissions
- App Management Permissions are needed.
Request Parameters
Parameter | Value | Required | Description |
---|---|---|---|
app | Integer or String | Yes | The App ID. |
ids | Array of Strings | Yes | The Plug-in IDs that will be added to the App. |
revision | Integer or String | Specify the expected current revision number for the App. The request will fail if the stated revision number is not the latest revision. The revision will not be checked if this parameter is ignored or -1 is specified. |
Sample Request
|
|
curl Sample
|
|
Response Parameters
Parameter | Type | Description |
---|---|---|
revision | String | The updated revision number of the App. |
Sample Response
|
|