Skip to main content
PUT
/
points_of_measures
/
{id}
Update a points of measure
curl --request PUT \
  --url https://api.rechain.co/public/v1/points_of_measures/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

ID of points of measure to return

Body

multipart/form-data · any

Update an existent points of measure

The body is of type any.

Response

Successful operation

The response is of type any.