PLATINUM DOCS
ApiVolumes

POST /v1/volumes/{v}/files/upload/{uploadId}/commit

POST
/v1/volumes/{v}/files/upload/{uploadId}/commit

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

v*string
uploadId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/volumes/string/files/upload/string/commit" \  -H "Content-Type: application/json" \  -d '{}'
{  "commit_id": "string",  "outcome": "fast",  "head_commit_id": "string",  "overwritten": [    {      "path": "string",      "reason": "string"    }  ],  "skipped": [    {      "path": "string",      "reason": "string"    }  ],  "overwritten_count": 0,  "duration_ms": 0,  "files": 0}
Empty