Update the deal details of existing deals.
Useful for filling missing data or adding product fields on supported update paths. Existing data and product fields are not replaced.
post/update/{id}
Path parameters
idstring required
id
Request body
Example request
{
"data": {
"piece_cid": {
"/": "bafkzcibfxx3meais3xzh6qn56y6hiasmrufhegoweu3o5ccofs74nfdfr4yn76pqz4pq"
}
},
"identifier": "01ARZ3NDEKTSV4RRFFQ69G5FAV"
}Response
Ok represents a successful operation with an HTTP status code of 200
Changes
Changed in 2 of the 2 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api removed without deprecation
api-removed-without-deprecation
- ▲