POSThttp://localhost:5173/api/v1/private/attachment/upload-complete
Body Parameters
View in API Reference
Request
$curl -X POST http://localhost:5173/api/v1/private/attachment/upload-complete \
> -H "Content-Type: application/json" \
> -d '{
> "file_name": "file_name",
> "entity_type": "trace",
> "entity_id": "entity_id",
> "file_size": 1000000,
> "upload_id": "upload_id",
> "uploaded_file_parts": [
> {
> "e_tag": "e_tag",
> "part_number": 1
> }
> ]
>}'
Response