Partially update parameter

Partially update the editable fields of a parameter by parameter ID. Provided values replace all existing values, but omitted/null fields within an existing value (matched by value_id) are left unchanged.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Parameter ID.

Body Params
string | null
Defaults to null

Name of the parameter.

values
array of objects
length ≥ 1
Defaults to null

Possible values of the parameter in order. Values with a value_id are updated; without are created; omitted ones are deleted. Omit or null to leave all values unchanged. An empty array is refused: a parameter must have at least one value.

values
boolean | null
Defaults to null

Whether the parameter changes the quantities of raw materials in the BOM. Omit or null to keep the current setting.

Responses
202

Parameter updated

401

Unauthorized

404

Not found

429

Too many requests

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json