---
title: "Upload or replace property-credit logo (admin only)"
method: PUT
path: "/reserves/{id}/property-credit/logo"
tags: ["reserve"]
---

# Upload or replace property-credit logo (admin only)

`PUT /reserves/{id}/property-credit/logo`

Multipart form with a single field `logo` (JPEG, PNG, WebP, or GIF, max 2 MB). Each property-credit reserve stores at most one logo; uploading again persists the new object and deletes the previous one from object storage after save.

## Path parameters

- `id` number, required

## Response `200`

Reserve updated with new logo key

- Reserve

## Other responses

- `400` — Invalid file or reserve type
- `401` — Unauthorized
- `403` — Forbidden — Admin role required
- `404` — Reserve not found

---

[API](https://skmtc.dev/dre/apis/dre-api.md) · [All operations](https://skmtc.dev/dre/apis/dre-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dre/dre-api/revisions/5d14beb9482b/schema)
