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

Body

application/json · any

Update an existent product field

The body is of type any.

Response

Successful operation

The response is of type any.