Upload and stage a runtime file
Upload a local file into the runtime space and materialize it into the live runtime in one request.
Authentication
AuthorizationBearer
Use Bearer <api-key>.
Path parameters
runtimeId
Request
This endpoint expects a multipart form containing a file.
file
File bytes to upload to the runtime space and materialize in the runtime.
metadata
Optional JSON object string with caller-owned file metadata.
name
Optional display filename and staged runtime filename.
storagePath
Optional durable storage destination path before staging into the runtime. When omitted, the server generates a managed path.
Response
Default Response
file
staged

