Update Team Recipe By ID V2
Update a recipe for a team
PATCH
/
v2
/teams
/{team_id}
/recipes
/{recipe_id}
Request Body
application/json
Requiredupdate team recipe body
build_new_version
Requiredboolean
should the new recipe version trigger a build
Default:
false
from_version
Requiredstring
recipe version on which this update is based
name
string
new name for a recipe
Minimum length:
1
new_launch_version
string
new launch version for a recipe
new_recipe
string
new recipe contents
Header Parameters
Authorization
Requiredstring
Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token
Path Parameters
team_id
Requiredstring
ID of team
recipe_id
Requiredstring
ID of recipe
updated recipe