v1
latestOpenAPI 3.1.02026-07-17325265.6 KBFiles
Validate directory existence
Check if a directory exists and whether it can be created
post/validate-directory
Request body
Example request
{
"path": "/home/user/new-project"
}Response
Directory validation result
Example response
{
"expandedPath": "/home/user/new-project"
}