---
title: "POST /recipes/{name}/publishRecipe"
method: POST
path: "/recipes/{name}/publishRecipe"
---

# POST /recipes/{name}/publishRecipe

`POST /recipes/{name}/publishRecipe`

Publishes a new version of a DataBrew recipe.

## Path parameters

- `name` string, required

## Request body

- object
  - `Description` string — A description of the recipe to be published, for this version of the recipe.

## Response `200`

Success

- PublishRecipeResponse
  - `Name` string, required — The name of the recipe that you published.

## Other responses

- `480` — ValidationException
- `481` — ResourceNotFoundException
- `482` — ServiceQuotaExceededException

---

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