servers
Upload server icon
Upload or replace the server icon. Accepts a single image file via multipart/form-data. Max 1MB. Supported formats: PNG, JPEG, GIF, SVG, WebP.
put/servers/{qualifiedName}/icon
Path parameters
qualifiedNamestring required
The server's qualified name (e.g. 'namespace/server' or 'namespace' for namespace-only servers). Use %2F to encode the slash.
Response
Icon uploaded successfully
Example response
{
"iconUrl": "https://icons.smithery.ai/server-id.png"
}