@irohalab/mira-sdk-angular 1.3.0 → 1.3.1

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.
@@ -282,7 +282,7 @@ class DefaultMira {
282
282
  }
283
283
  }
284
284
  let localVarPath = `/client-mapping`;
285
- return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
285
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
286
286
  context: localVarHttpContext,
287
287
  body: request_body,
288
288
  responseType: responseType_,