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

Body

application/json · any

Update an existent quality control

The body is of type any.

Response

Successful operation

The response is of type any.