Skip to content

Latest commit

 

History

History
97 lines (51 loc) · 2.51 KB

FileSystemApi.md

File metadata and controls

97 lines (51 loc) · 2.51 KB

\FileSystemApi

All URIs are relative to http://localhost:7878

Method HTTP request Description
get_file_system GET /api/v3/filesystem
get_file_system_mediafiles GET /api/v3/filesystem/mediafiles
get_file_system_type GET /api/v3/filesystem/type

get_file_system

get_file_system(path, include_files, allow_folders_without_trailing_slashes)

Parameters

Name Type Description Required Notes
path Option<String>
include_files Option<bool> [default to false]
allow_folders_without_trailing_slashes Option<bool> [default to false]

Return type

(empty response body)

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_file_system_mediafiles

get_file_system_mediafiles(path)

Parameters

Name Type Description Required Notes
path Option<String>

Return type

(empty response body)

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_file_system_type

get_file_system_type(path)

Parameters

Name Type Description Required Notes
path Option<String>

Return type

(empty response body)

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

[Back to top] [Back to API list] [Back to Model list] [Back to README]