Update Point - Set Value
PATCH {{baseUrl}}/points/:pointId?field[Point]=<string>
Update the specified Point
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
field[Point] | string | Include the pointValue (else it is left out) |
Request Body
{"data"=>{"id"=>"<string>", "type"=>"<string>", "attributes"=>{"pointValue"=>{"value"=>"<string>"}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |