mkdir

Creates a directory at the given path.

post

Create a directory at the given path

Authorizations
Path parameters
connectionSlugstringRequired
Body
pathstringRequired
Responses
200

The directory was created

application/json
Responseone of
or
post
POST /{connectionSlug}/mkdir HTTP/1.1
Host: api.sftpoverhttp.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 15

{
  "path": "text"
}
{
  "mkdir": true
}

Last updated