Skip to content
Snippets Groups Projects
Commit e8091943 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

tweak manual cal create-and-submit call

parent 46e91452
No related branches found
No related tags found
1 merge request!859tweak manual cal create-and-submit call
Pipeline #4668 passed
......@@ -77,6 +77,6 @@ export class CapabilityLauncherService {
parameters: JsonObject,
): Observable<any> {
const url = this.endpoint + capabilityName + "/request/create-and-submit";
return this.httpClient.post<any>(url, JSON.stringify(parameters));
return this.httpClient.post<any>(url, JSON.stringify({parameters: parameters}));
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment