Create Team Recipe V2
Create a recipe for a team
POST
/
v2
/teams
/{team_id}
/recipes
Request Body
application/json
Requiredcreate team recipe body
name
Requiredstring
Name of recipe
Minimum length:
1
recipe
string
recipe contents, either this field or 'repos' may be present
repos
array<string>
the repos with which to start the recipe, either this field or 'recipe' may be present
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
created recipe