/updateProject

Base URL: https://winter-api.usewinter.com

Update a project!

Things you can do:

  • Change smart contract address

  • Turn project on/off

  • Change project name/image/details

Update a project on Winter.

POST /updateProject

Authenticate with basic auth where the username is your API key, e.g.

curl -X POST https://winter-api.usewinter.com/updateProject -u sk_live_abcd=:

await axios.post(url,{ BODY }, { auth: { username: 'sk_live_abcd=' }})

Request Body

{
  "success": true,
  "project_id": 6736
}

Last updated