Skip to main content
PATCH
Update a Material

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Language
string
default:en

The Accept-Language request HTTP header indicates the natural language and locale that the client prefers.

Example:

"en"

Path Parameters

id
string
required

Material ID

Body

application/json

The model for updating Materials

name
string

Name of the Material.

material_type_id
string<uuid>

ID of MaterialType

external_id
string | null
state
enum<string>
default:active

Material States

Available options:
active,
inactive

Response

OK

data
Material-Read · object
required