devguard
EvidenceFilesFinalize upload

Confirm an uploaded evidence file and mark it READY.

POST
/evidence/files/finalize-upload/

Authorization

Authorization
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/evidence/files/finalize-upload/" \  -H "Content-Type: application/json" \  -d '{    "organizationId": "string",    "fileId": "string"  }'
{  "ok": true}

How is this guide?