---
title: "PATCH /organisation/{id}/logo"
method: PATCH
path: "/organisation/{id}/logo"
tags: ["Organisation"]
---

# PATCH /organisation/{id}/logo

`PATCH /organisation/{id}/logo`

Updates logo for specified organistion.

## Path parameters

- `id` integer, required

## Response `200`

OK

- object
  - `upload_url` string — Presigned S3 url to upload file.

## Other responses

- `401` — Not logged in.
- `403` — User is not an organisation admin.

## Changes

- **2024-04-14** `5acc2e0d80e9` — 2 info
  - added the non-success response with the status `403`
  - removed the non-success response with the status `307`

[Change history](https://skmtc.dev/devsoc-unsw/apis/chaos-api/changes/organisation/:id/logo/patch.md)

---

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