diff --git a/src/content/docs/docs/plugin/api.md b/src/content/docs/docs/plugin/api.md index 4b7dc12a..7f21b508 100644 --- a/src/content/docs/docs/plugin/api.md +++ b/src/content/docs/docs/plugin/api.md @@ -25,7 +25,7 @@ CapacitorUpdater can be configured with these options: | **`updateUrl`** | string | Configure the URL / endpoint to which update checks are sent. Only available for Android and iOS. | https://plugin.capgo.app/updates | | | **`channelUrl`** | string | Configure the URL / endpoint for channel operations. Only available for Android and iOS. | https://plugin.capgo.app/channel_self | | | **`statsUrl`** | string | Configure the URL / endpoint to which update statistics are sent. Only available for Android and iOS. Set to "" to disable stats reporting. | https://plugin.capgo.app/stats | | -| **`privateKey`** | string | Configure the private key for end to end live update encryption. Only available for Android and iOS. | undefined | | +| **`privateKey`** | string | Configure the private key for end to end live update encryption. Only available for Android and iOS. Deprecated in version 6.2.0. will be removed in version 7.0.0. | undefined | | | **`publicKey`** | string | Configure the public key for end to end live update encryption Version 2 Only available for Android and iOS. | undefined | 6.2.0 | | **`version`** | string | Configure the current version of the app. This will be used for the first update request. If not set, the plugin will get the version from the native code. Only available for Android and iOS. | undefined | 4.17.48 | | **`directUpdate`** | boolean | Make the plugin direct install the update when the app what just updated/installed. Only for autoUpdate mode. Only available for Android and iOS. | undefined | 5.1.0 |