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

Body

multipart/form-data · any

Update an existent component

The body is of type any.

Response

Successful operation

The response is of type any.