POST /api/storage/v1/touch
Creates an empty file.
Request
{
"token": String,
"path": String
}
Response
Status code: 201
{
"type": "file item created"
}
Possible errors
invalid token
not verified
permission denied
external
POST /api/storage/v1/touch
Creates an empty file.
{
"token": String,
"path": String
}
Status code: 201
{
"type": "file item created"
}
invalid token
not verified
permission denied
external