---
title: "Update a seed"
method: PUT
path: "/api/v1/seeds/{id}"
tags: ["Seeds"]
---

# Update a seed

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

Update a seed.

## Path parameters

- `id` integer, required

## Request body

- UpdateSeed
  - `token` string, required
  - `item` object
    - `name` string — The name of the seed
    - `owner_id` integer — id of the owner - if omitted, will default to your member id
    - `genotype` string — Genetic makeup of the seed
    - `phenotype` string — Observable physical or biochemical characteristics of the seed
    - `generation` string — Generational stage of the seed
    - `male_parent_id` integer — The ID of the male parent plant from your Labguru plants collection, if applicable.
    - `female_parent_id` integer — The ID of the female parent plant from your Labguru plants collection, if applicable.
    - `source` string — Origin of the seed
    - `description` string — Description of the seed

## 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)
