POST
/
v3
/
measurements
/
update

Authorizations

Authorization
string
headerrequired

Enter your bearer token in the format Bearer access_token_here

Body

application/json
id
integer
required

Variable id of the measurement to be updated

note
string

The new note for the measurement (optional)

startAt
string

Start Time for the measurement event in UTC ISO 8601 like 2020-01-01T12:12:12

value
number

The new value of for the measurement (optional)

Response

201 - application/json
description
string
required

Can be used as body of help info popup

summary
string
required

Can be used as title in help info popup

errors
object[]

Array of error objects with message property

status
string

ex. OK or ERROR

success
boolean

true or false

code
number

Response code such as 200

A super neat url you might want to share with your users!

card
object