PUT
/
billofmaterials
/
{id}

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

The id that needs to be updated

Body

id
string

The unique identifier for the bill of materials.

number
integer

The number of the bill of materials.

name
string

The name of the bill of materials.

valid
string

Whether or not the bill of materials is valid.

groups
string

The groups associated with the bill of materials.

created_at
string

The date and time the bill of materials was created.

updated_at
string

The date and time the bill of materials was last updated.

description
string

A description of the bill of materials.