---
title: "Update logo metadata"
method: PUT
path: "/Logos/{id}"
tags: ["Logos"]
---

# Update logo metadata

`PUT /Logos/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateLogoRequest — Request to update logo metadata
  - `name` string, nullable
  - `description` string, nullable
  - `isDefault` boolean, nullable

## Response `200`

OK

- LogoResponseDto — Response DTO for a logo from the library
  - `id` string
  - `name` string
  - `mimeType` string
  - `fileSizeBytes` union
    - integer
    - string, int64
  - `isDefault` boolean
  - `description` string, nullable
  - `url` string — Presigned URL for accessing the logo (expires after ~60 minutes)
  - `uploadedByName` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
