Material parameters
The API gives the ability to get all material parameters.
Authorizations
x-api-keystringRequired
Query parameters
namestringOptional
Header parameters
x-tenant-idstring · uuidOptional
Tenant id (uuid v4)
Responses
200Success
application/json
429
Returned when the rate limit is exceeded
get
/api/public/material-parametersThe API gives the ability to create a parameter for material.
Authorizations
x-api-keystringRequired
Header parameters
x-tenant-idstring · uuidOptional
Tenant id (uuid v4)
Body
namestringRequiredExample:
Name of the material parameter
ColorResponses
201Success
application/json
429
Returned when the rate limit is exceeded
post
/api/public/material-parametersThe API gives the ability to update an existing material parameter’s name.
Authorizations
x-api-keystringRequired
Path parameters
parameter_idstring · UUIDRequired
Parameter ID
Header parameters
x-tenant-idstring · uuidOptional
Tenant id (uuid v4)
Body
namestringOptionalExample:
Name of the material parameter
ColorResponses
200Success
application/json
429
Returned when the rate limit is exceeded
patch
/api/public/material-parameters/{parameter_id}Last updated