瀏覽代碼

[docs] Update GET /filesystems API section (#3083)

Harsh Gupta 3 年之前
父節點
當前提交
eaee878982
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/docs-site/content/developer/api/rest/_index.md

+ 1 - 1
docs/docs-site/content/developer/api/rest/_index.md

@@ -359,7 +359,7 @@ Hue's [File Browser](https://docs.gethue.com/user/browsing/#data) offer uploads,
 
 Get the filesystems details such as configured filesystems in Hue which user has access to and its home directories:
 
-    curl -X POST https://demo.gethue.com/api/storage/get_filesystems
+    curl -X GET https://demo.gethue.com/api/storage/filesystems
     
     [{"file_system": "hdfs", "user_home_directory": "/user/demo"}, {"file_system": "s3a", "user_home_directory": "s3a://<some_s3_path>"}, {"file_system": "abfs", "user_home_directory": "abfs://<some_abfs_path>"}]