---
title: "Update recipe"
method: PUT
path: "/orgs/{organization}/recipes/{recipe}"
tags: ["Recipes"]
---

# Update recipe

`PUT /orgs/{organization}/recipes/{recipe}`

Update a recipe in the organization.

Processing mode: <small><code>sync</code></small>

## Path parameters

- `organization` string, required
- `recipe` integer, required

## Request body

- UpdateRecipeRequest
  - `name` string
  - `user` 'root' | 'forge'
  - `script` string

## Response `200`

`RecipeResource`

## Other responses

- `403` — Authorization error
- `404` — Not found
- `422` — Validation error

---

[API](https://skmtc.net/mfullbrook/apis/forge.md) · [All operations](https://skmtc.net/mfullbrook/apis/forge/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mfullbrook/forge/versions/24ad66d99f93/schema)
