Update Kit
Updates the name, description, or cost of an existing kit.
Requires scope: kits:write
Authentication
API_KEYstring
API Key authentication via header
Path parameters
id
Kit ID.
Request
This endpoint expects an object.
name
Updated display name. Maximum 255 characters.
description
Updated description. Pass null to clear.
cost
Updated cost. Pass null to clear.
Response
This endpoint returns an object.
id
Unique identifier for the kit.
name
Display name of the kit.
active
Whether the kit is currently active.
materialCount
Number of distinct materials in this kit.
description
Description of the kit and its intended use.
cost
Total cost associated with this kit.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error