---
title: "Update a grower"
method: PUT
path: "/services/fields/api/users/{leafUserId}/growers/{growerId}"
tags: ["Growers"]
---

# Update a grower

`PUT /services/fields/api/users/{leafUserId}/growers/{growerId}`

## Path parameters

- `leafUserId` string, required
- `growerId` string, required

## Request body

- object
  - `name` string

## Response `200`

Grower updated

---

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