Skip to main content
PUT
/
bom_templates
/
{id}
Update a bom template
curl --request PUT \
  --url https://api.rechain.co/public/v1/bom_templates/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '"<any>"'
"<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 bom template to return

Body

application/json · any

Update an existent bom template

The body is of type any.

Response

Successful operation

The response is of type any.