Check file exists

Check file exists

Returns information on whether a file or folder exists.

Path Parameters
  • filePath
    string
    required

    File or folder path relative to the root. i.e., everything after ...resources/Storage/. Encode forward slashes in path - use %2F instead of /.

Responses
  • 200

    File exists.

  • 404

    File not found.

HEAD/storage/{filePath}

No Body