v1
latestOpenAPI 3.0.02026-07-146561171.4 KBProjects
Partial Update a Project
This endpoint allows you to perform a partial update on a Project.
patch/v2/projects/{projectId}
Path parameters
projectIdinteger required
Request body
Example request
{
"name": "Underdog NFT",
"symbol": "UPDG",
"description": "I minted this NFT with the Underdog API",
"image": "https://hatrabbits.com/wp-content/uploads/2017/01/random.jpg",
"animationUrl": "https://i.imgur.com/mGfz7Ig.mp4",
"externalUrl": "https://app.underdogprotocol.com",
"attributes": {
"points": 10,
"name": "LeBron"
},
"sellerFeeBasisPoints": 100
}Response
Returns an Updated Project
Example response
{
"mintAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt"
}