---
title: "Update a yeast"
method: PUT
path: "/api/v1/yeasts/{id}"
tags: ["Yeasts"]
---

# Update a yeast

`PUT /api/v1/yeasts/{id}`

Update a yeast.

## Path parameters

- `id` integer, required

## Request body

- UpdateYeast
  - `token` string, required
  - `item` object
    - `name` string — The name of the yeast
    - `description` string — Description of the yeast
    - `reproduction` string — Details of the mode of reproduction for the yeast
    - `genetic_background` string — yeast's genetic lineage or background
    - `transgenic_features` string — Transgenic Features
    - `phenotype` string — Observable characteristics of the yeast
    - `source` string — Origin of the yeast strain
    - `owner_id` integer — id of the owner - if omitted, will default to your member id

## Response `200`

OK

## Other responses

- `401` — Error: Unauthorized
- `422` — Invalid request

---

[API](https://skmtc.net/labguru/apis/labguru-api.md) · [All operations](https://skmtc.net/labguru/apis/labguru-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/labguru/labguru-api/revisions/0534e4d70b77/schema)
