System

Create a File or Folder

Create a new file or folder in an absolute directory path without overwriting an existing entry

post/system/file-explorer

Request body

isFolderboolean required
namestring required
pathstring required

Response

File or folder created

{"stackTrail":"components:schemas:github_com_alchemillahq_sylve_internal.APIResponse-any:properties:data","oasType":"schema","type":"unknown"}
errorstring
messagestring
statusstring

Changes

Changed in 3 of the 42 revisions of this API.27

  • 9a5026bf905716See the full diff
    • removed the success response with the status 200

      response-success-status-removed

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 409

      response-non-success-status-added

    • added the non-success response with the status 413

      response-non-success-status-added

    • added the success response with the status 201

      response-success-status-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation