propeller logo
API ReferenceTasksTask_idUpload

Upload Wasm File

Upload a .wasm file directly (max 100 MB)

PUT
/tasks/{TASK_ID}/upload

Path Parameters

TASK_ID*string

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

file?string

The .wasm file to upload

Response Body

curl -X PUT "http://localhost:7070/tasks/string/upload"
Empty