Create Type

POST

Creates a new type.

Request

This endpoint expects an object.
namestringRequired
propertyConfigsmap from strings to objectsRequired
descriptionstringOptional
iconNamestringOptional

Response

This endpoint returns an object.
ridstring
namestring
propertyConfigsmap from strings to objects
createdAtdatetime
descriptionstringOptional
iconNamestringOptional

The name of the icon to display for the type. This name maps to a Lucide icon in the frontend.

Built with