Skip to content

Commit

Permalink
chore(rest-api-client): add docs for the method of app.addPlugins
Browse files Browse the repository at this point in the history
  • Loading branch information
shabaraba committed Jul 30, 2024
1 parent c79c0fc commit 90642de
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions packages/rest-api-client/docs/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
- [updateAdminNotes](#updateAdminNotes)
- [move](#move)
- [getPlugins](#getPlugins)
- [addPlugins](#addPlugins)

## Overview

Expand Down Expand Up @@ -1445,3 +1446,25 @@ Gets the list of Plug-ins added to an App.
#### Reference

- https://kintone.dev/en/docs/kintone/rest-api/apps/get-app-plugins/

### addPlugins

Adds Plug-ins to an App.

#### Parameters

| Name | Type | Required | Description |
| -------- | :--------------: | :------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| app | Number or String | Yes | The App ID. |
| ids | Array of String | Yes | The Plug-in IDs that will be added to the App. |
| revision | Number or String | | Specify the revision number of the settings that will be deployed.<br />The request will fail if the stated revision number is not the latest revision.<br />The revision will not be checked if this parameter is ignored or `-1` is specified. |

#### Returns

| Name | Type | Description |
| -------- | :----: | ---------------------------------------- |
| revision | String | The revision number of the App settings. |

#### Reference

- https://kintone.dev/en/docs/kintone/rest-api/apps/add-plugins/

0 comments on commit 90642de

Please sign in to comment.