Update RPC
parent
47432ff077
commit
17703afd4b
22
RPC.md
22
RPC.md
@ -1,13 +1,13 @@
|
|||||||
All `repertory` mounts expose an HTTP REST API. The following methods are available:
|
All `repertory` mounts expose an HTTP REST API. The following methods are available:
|
||||||
|
|
||||||
- `/api/v1/get_config`
|
- ` GET: /api/v1/get_config`
|
||||||
- `/api/v1/get_config_value_by_name`
|
- ` GET: /api/v1/get_config_value_by_name`
|
||||||
- `/api/v1/get_directory_items`
|
- ` GET: /api/v1/get_directory_items`
|
||||||
- `/api/v1/get_drive_information`
|
- ` GET: /api/v1/get_drive_information`
|
||||||
- `/api/v1/get_open_files`
|
- ` GET: /api/v1/get_open_files`
|
||||||
- `/api/v1/get_pinned_files`
|
- ` GET: /api/v1/get_pinned_files`
|
||||||
- `/api/v1/pin_file`
|
- `POST: /api/v1/pin_file`
|
||||||
- `/api/v1/pinned_status`
|
- ` GET: /api/v1/pinned_status`
|
||||||
- `/api/v1/set_config_value_by_name`
|
- `POST: /api/v1/set_config_value_by_name`
|
||||||
- `/api/v1/unmount`
|
- `POST: /api/v1/unmount`
|
||||||
- `/api/v1/unpin_file`
|
- ` GET: /api/v1/unpin_file`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user