Creates a new icon entry in the system by saving its metadata and linking it to a relevant entity (like a model, component, or checklist). This icon could be used for visual labeling, annotations, or UI elements. The API typically requires the icon name, description, and an image file or reference.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/icon/create' \
--form'image=@""'
Response Response Example
{}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.