Selaa lähdekoodia

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

Harsh Gupta 3 vuotta sitten
vanhempi
commit
eaee878982
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>"}]