feat(cordova-plugin-unvired-sdk): updated getUMPRequestConfig method params.

This commit is contained in:
Venkadesh P
2025-09-08 11:52:23 +05:30
committed by Daniel Sogl
parent 7c699567dd
commit 355d5b3028
@@ -1782,7 +1782,7 @@ export class UnviredCordovaSDK extends AwesomeCordovaNativePlugin {
* @param {Object} [options] - Optional configuration object
* @param {string} [options.customUrl] - Optional custom base URL to override server URL
* @returns UMPRequestConfig which contails url and auth header
* Example -
* Example: -
*
* // with auth api
* await this.unviredSDK.getUMPRequestConfig("/auth/getmodel/tenex/tenex_model.json");