Skip to main content
PUT
/
material-list
/
{id}
Update Material List by ID
curl --request PUT \
  --url https://ywe3crmpll.execute-api.us-east-2.amazonaws.com/stage/material-list/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'

Authorizations

x-api-key
string
header
default:your-api-key-here
required

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response