Skip to main content
PUT
/
construction_details
/
{id}
Update a construction detail
curl --request PUT \
  --url https://api.rechain.co/public/v1/construction_details/{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 construction detail to return

Body

multipart/form-data · any

Update an existent construction detail

The body is of type any.

Response

Successful operation

The response is of type any.