latestOpenAPI 3.1.02026-08-10150311431.9 KB

c1f3c6d96b31

Recipes

Update a Recipe

Update a recipe (must have contribute permission)

put/recipes/{owner}/{name}

Path parameters

ownerstring required
namestring required

Request body

publicboolean

Whether or not a repository is publicly viewable

keywordsstring[]

A list of keywords to index the repository by

descriptionstring

A description of the repository

iconstring

An icon to represent this repository

Example request

{
  "keywords": [
    "daylight",
    "radiance"
  ],
  "description": "Run daylight simulations the easy way!",
  "icon": "https://avatars1.githubusercontent.com/u/38131342"
}

Response

Accepted

statusstring