cURL
curl --request PUT \ --url https://api.dualship.run/api/v1/workspaces/{id}/logo \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form logo='@example-file'
{ "created_at": "2024-01-15T10:30:00Z", "id": "550e8400-e29b-41d4-a716-446655440000", "logo_url": "https://cdn.example.com/logo.png", "metadata": {}, "name": "Acme Corp", "slug": "acme-corp", "updated_at": "2024-01-15T10:30:00Z" }
Upload a logo image for a workspace (requires owner or admin role)
JWT Bearer token authentication
Workspace ID
Logo image file (max 5MB, jpeg/png/gif/webp)
Logo uploaded
Workspace information
"2024-01-15T10:30:00Z"
"550e8400-e29b-41d4-a716-446655440000"
"https://cdn.example.com/logo.png"
Show child attributes
"Acme Corp"
"acme-corp"
Was this page helpful?