ProjectCardMetadataResponse
errCodeintegerrequired
Constant value:
0errMessagestringrequired
Constant value:
data objectrequired
iconstringrequired
Possible values: [workflow, message-circle, bot, sparkles, code, git-branch, boxes, zap, database, file-text, cpu, brain]
iconUrlstring<uri>
Optional image URL used instead of the icon token. New Desktop uploads use the
Server-generated /project-card-images/... WebP URL; existing external http(s)
values remain readable for backward compatibility.
iconColorstring
Optional built-in icon foreground color. Defaults to white for older metadata.
Possible values: Value must match regular expression ^#[0-9a-fA-F]{6}$
iconBackgroundColorstringrequired
Possible values: Value must match regular expression ^#[0-9a-fA-F]{6}$
ProjectCardMetadataResponse
{
"errCode": 0,
"errMessage": "string",
"data": {
"icon": "workflow",
"iconUrl": "string",
"iconColor": "string",
"iconBackgroundColor": "string"
}
}