4406be02a799

latestSwagger 2.02026-07-17153160.0 KB

Finalizes the upload process

Finalizes the upload process once all the chunks are uploaded.

post/uploads/finalize/{id}

Path parameters

idstring required

id

Request body

clientstring

Client wallet string for the deal

identifierstring ulid

Identifier represents a unique identifier for the deal in ULID format.

Example request

{
  "data": {
    "piece_cid": {
      "/": "bafkzcibfxx3meais3xzh6qn56y6hiasmrufhegoweu3o5ccofs74nfdfr4yn76pqz4pq"
    }
  },
  "identifier": "01ARZ3NDEKTSV4RRFFQ69G5FAV"
}

Response

Ok represents a successful operation with an HTTP status code of 200