---
title: "Share recipe with the team"
method: POST
path: "/orgs/{organization}/teams/{team}/recipes"
tags: ["Recipes"]
---

# Share recipe with the team

`POST /orgs/{organization}/teams/{team}/recipes`

Shares a recipe with a team.

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

## Path parameters

- `organization` string, required
- `team` integer, required

## Request body

- ShareRecipeRequest
  - `recipe_id` integer, required — The ID of the recipe to share with the team.

## Response `201`

Recipe shared successfully



`RecipeResource`

## Other responses

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

---

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