feat: implement RFS client with authentication and file management APIs
This commit is contained in:
34
packages/clients/rfsclient/openapi/docs/SystemApi.md
Normal file
34
packages/clients/rfsclient/openapi/docs/SystemApi.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# \SystemApi
|
||||
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**health_check_handler**](SystemApi.md#health_check_handler) | **GET** /api/v1 |
|
||||
|
||||
|
||||
|
||||
## health_check_handler
|
||||
|
||||
> models::HealthResponse health_check_handler()
|
||||
|
||||
|
||||
### Parameters
|
||||
|
||||
This endpoint does not need any parameter.
|
||||
|
||||
### Return type
|
||||
|
||||
[**models::HealthResponse**](HealthResponse.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
No authorization required
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
||||
|
Reference in New Issue
Block a user