Last updated 7 days ago
Was this helpful?
Comments must be 1-1000, and createdBy must be 1-100. If any are null/undefined they will not be updated.
curl -L \ --url 'https://sentinel.metatable.dev/api/v1/evidence/{evidenceGuid}/metadata'
{ "streamUri": "text", "evidenceGuid": "text", "workspaceGuid": "text", "created": "text", "createdBy": "text", "fileName": "text", "caseId": "text", "evidenceType": "text", "metadata": { "comment": "text", "customS3": true }, "archivePending": true }
curl -L \ --request PATCH \ --url 'https://sentinel.metatable.dev/api/v1/evidence/{evidenceGuid}/metadata' \ --header 'Authorization: Bearer BearerJwt' \ --header 'Content-Type: application/json' \ --data '{ "comment": "text", "createdBy": "text" }'