POSThttp://localhost:5173/api/v1/private/attachment/upload-start
Body Parameters
View in API Reference
Request
$curl -X POST http://localhost:5173/api/v1/private/attachment/upload-start \
> -H "Content-Type: application/json" \
> -d '{
> "file_name": "file_name",
> "num_of_file_parts": 1,
> "entity_type": "trace",
> "entity_id": "entity_id",
> "path": "path"
>}'
Response