All URIs are relative to http://localhost:7878
Method | HTTP request | Description |
---|---|---|
create_root_folder | POST /api/v3/rootfolder | |
delete_root_folder | DELETE /api/v3/rootfolder/{id} | |
get_root_folder_by_id | GET /api/v3/rootfolder/{id} | |
list_root_folder | GET /api/v3/rootfolder |
models::RootFolderResource create_root_folder(root_folder_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
root_folder_resource | Option<RootFolderResource> |
- Content-Type: application/json
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
delete_root_folder(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] |
(empty response body)
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::RootFolderResource get_root_folder_by_id(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] |
- Content-Type: Not defined
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::RootFolderResource list_root_folder()
This endpoint does not need any parameter.
Vecmodels::RootFolderResource
- Content-Type: Not defined
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]