Products
/api/products provides endpoints for locating and updating product information. A product represents an individual collection of tokens within a contract.
Upload banner image through the IPFS service.
Path parameters
idstringRequired
Body
banneranyOptional
Responses
200
OK
No content
post
POST /api/products/{id} HTTP/1.1
Host: api.rair.market
Content-Type: multipart/form-data
Accept: */*
Content-Length: 15
{
"banner": null
}
200
OK
No content
Was this helpful?