put https://api.tomorrow.io/v4/insights/
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Note:
Insight endpoint units are in Metric
Response
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Note:
Insight endpoint units are in Metric
xxxxxxxxxx
11curl --request PUT \
--url https://api.tomorrow.io/v4/insights/insightId \
--compressed \
--header 'Accept-Encoding: gzip' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"severity": "unknown"
}
'
xxxxxxxxxx
11{
"data": {
"insight": {
"id": "38f689d83c264eb0b084ba095f2ea332",
"name": "Safety Warning",
"conditions": {conditions},
"createdAt": "2020-05-10T06:49:34+0000",
"updatedAt": "2020-05-11T08:22:34+0000"
}
}
}