Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
juaduan committed Nov 8, 2021
1 parent ff252bc commit fef9721
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"Content-Type": "application/json",
"Ocp-Apim-Subscription-Key": "{API key}",
"modelId": "45aad126-aafd-11ea-b8fb-d89ef3400c5f",
"body": {
"lastDetectionRequest": {
"variables": [
{
"variableName": "Variable_1",
"name": "Variable_1",
"timestamps": [
"2021-01-01T00:00:00Z",
"2021-01-01T00:01:00Z",
Expand Down Expand Up @@ -74,7 +74,7 @@
]
},
{
"variableName": "Variable_2",
"name": "Variable_2",
"timestamps": [
"2021-01-01T00:00:00Z",
"2021-01-01T00:01:00Z",
Expand Down Expand Up @@ -141,7 +141,7 @@
]
},
{
"variableName": "Variable_3",
"name": "Variable_3",
"timestamps": [
"2021-01-01T00:00:00Z",
"2021-01-01T00:01:00Z",
Expand Down

0 comments on commit fef9721

Please sign in to comment.