We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546e394 commit edd2870Copy full SHA for edd2870
toolbox/internal/sendRequest.m
@@ -5,7 +5,7 @@
5
% Construct the HTTP request object
6
requestObj = matlab.net.http.RequestMessage;
7
requestObj.Method = httpMethod;
8
- requestObj.Header = [requestObj.Header, matlab.net.http.HeaderField("Content-Type","application/json"), matlab.net.http.HeaderField("Accept","application/json"), matlab.net.http.HeaderField("s_tid","ml_sdk")];
+ requestObj.Header = [requestObj.Header, matlab.net.http.HeaderField("Content-Type","application/json"), matlab.net.http.HeaderField("Accept","application/json"), matlab.net.http.HeaderField("MLC-SDK-Id","ml-sdk")];
9
10
% If created_before is present, convert to ISO 8601 format
11
if isfield(optionalArgs, 'created_before')
0 commit comments