Update Material Category
Updates an existing material category.
Requires scope: categories:write
Authentication
API_KEYstring
API Key authentication via header
Path parameters
id
Category ID.
Request
This endpoint expects an object.
name
Display name for the category. Required. Maximum 255 characters.
parentId
ID of the parent category. Omit or pass null for a top-level category.
Response
This endpoint returns an object.
id
Unique identifier for the category.
name
Display name of the category.
subCategories
Immediate child categories nested under this category.
type
Category type classification.
parentId
ID of the parent category, if this is a sub-category.
updatedAt
ISO 8601 timestamp when the record was last updated.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Rate Limit Error