---
title: "PUT /orgs/{org_id}/photo"
method: PUT
path: "/orgs/{org_id}/photo"
tags: ["orgs"]
---

# PUT /orgs/{org_id}/photo

`PUT /orgs/{org_id}/photo`

Upload and set the organization's logo.

## Path parameters

- `org_id` string, required

## Response `200`

Org logo updated

- UpdateOrgPhotoResBody
  - `photo_url` string, required — Public URL of the newly stored org logo.

## Other responses

- `400` — Missing file or unsupported image type
- `403` — Forbidden
- `413` — Image too large

---

[API](https://skmtc.net/timbal-ai/apis/timbal-platform-api.md) · [All operations](https://skmtc.net/timbal-ai/apis/timbal-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timbal-ai/timbal-platform-api/versions/dd7e398ce0d3/schema)
