@saritasa/renewaire-frontend-sdk 0.167.1 → 0.168.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -3852,7 +3852,7 @@ class ProjectSharingApiService extends BaseService {
|
|
|
3852
3852
|
}
|
|
3853
3853
|
let localVarPath = `/api/project-sharing`;
|
|
3854
3854
|
const { basePath, withCredentials } = this.configuration;
|
|
3855
|
-
return this.httpClient.request("
|
|
3855
|
+
return this.httpClient.request("put", `${basePath}${localVarPath}`, {
|
|
3856
3856
|
context: localVarHttpContext,
|
|
3857
3857
|
body: updateProjectShareCommand,
|
|
3858
3858
|
responseType: responseType_,
|