Update App Admin Notes
Update App Admin Notes
Updates the notes for App administrators and their settings.
For more information refer to the following article:
Setting up Notes for App Administrators
Method | PUT |
---|---|
URL | https://{subdomain}.kintone.com/k/v1/preview/app/adminNotes.json |
URL(guest space) | https://{subdomain}.kintone.com/k/guest/{SpaceID}/v1/preview/app/adminNotes.json |
Authentication | Password Authentication , API Token Authentication , Session Authentication |
Content-Type | application/json |
Contents
Permissions
- App Management Permissions are needed.
Request Parameters
Parameter | Value | Required | Description |
---|---|---|---|
app | Integer or String | Yes | The App ID. |
content | String | Optional | The content of the notes. The content must be between 0 to 10000 characters. If the parameter is omitted, the content will not change. |
includeInTemplateAndDuplicates | Boolean or String | Optional | The permission settings to include this note in app templates or duplicates
|
revision | Integer or String | Optional | The revision number of the App settings. If the parameter does not match the actual revision number, it will be considered an error, and the content will not be updated. The revision will not be checked if this parameter is ignored or -1 is specified. |
Sample Request
|
|
XMLHttpRequest
|
|
Response Parameters
Property Name | Type | Description |
---|---|---|
revision | String | The revision number after changing the app settings. |
Sample Response
|
|