Skip to main content
PUT
/
v1
/
fs
/
file
cURL
curl --request PUT \
  --url http://localhost:2468/v1/fs/file \
  --header 'Content-Type: text/plain' \
  --data '<string>'
{
  "bytesWritten": 1,
  "path": "<string>"
}

Query Parameters

path
string
required

File path

Body

text/plain

Raw file bytes

The body is of type string.

Response

200 - application/json

Write result

bytesWritten
integer<int64>
required
Required range: x >= 0
path
string
required