aboutsummaryrefslogtreecommitdiffstats
path: root/crates/rocie-client/docs/ApiGetAuthUserApi.md
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-19 05:41:14 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-19 05:41:14 +0100
commitca5c852c5091d7923cc5b1dabf1af5581c459fd1 (patch)
tree105a78beb6ca6074d49e1c0cdc066883518d7ea1 /crates/rocie-client/docs/ApiGetAuthUserApi.md
parentchore(LICENSES/GPL-3.0-or-later): Add (diff)
downloadserver-ca5c852c5091d7923cc5b1dabf1af5581c459fd1.zip
chore(rocie-{server,client}): Format code
Diffstat (limited to '')
-rw-r--r--crates/rocie-client/docs/ApiGetAuthUserApi.md39
1 files changed, 19 insertions, 20 deletions
diff --git a/crates/rocie-client/docs/ApiGetAuthUserApi.md b/crates/rocie-client/docs/ApiGetAuthUserApi.md
index 183db09..cd0a406 100644
--- a/crates/rocie-client/docs/ApiGetAuthUserApi.md
+++ b/crates/rocie-client/docs/ApiGetAuthUserApi.md
@@ -10,28 +10,24 @@ You should have received a copy of the License along with this program.
If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
-->
-# \ApiGetAuthUserApi
-
-All URIs are relative to *http://localhost*
-
-Method | HTTP request | Description
-------------- | ------------- | -------------
-[**user_by_id**](ApiGetAuthUserApi.md#user_by_id) | **GET** /user/{id} | Get an specific user by id.
-[**users**](ApiGetAuthUserApi.md#users) | **GET** /users | Get all registered users.
+# \\ApiGetAuthUserApi
+All URIs are relative to _http://localhost_
+| Method | HTTP request | Description |
+| ------------------------------------------------- | ------------------ | --------------------------- |
+| [**user_by_id**](ApiGetAuthUserApi.md#user_by_id) | **GET** /user/{id} | Get an specific user by id. |
+| [**users**](ApiGetAuthUserApi.md#users) | **GET** /users | Get all registered users. |
## user_by_id
-> models::User user_by_id(id)
-Get an specific user by id.
+> models::User user_by_id(id) Get an specific user by id.
### Parameters
-
-Name | Type | Description | Required | Notes
-------------- | ------------- | ------------- | ------------- | -------------
-**id** | [**UserId**](.md) | User id | [required] |
+| Name | Type | Description | Required | Notes |
+| ------ | ----------------- | ----------- | ---------- | ----- |
+| **id** | [**UserId**](.md) | User id | [required] |
### Return type
@@ -46,13 +42,14 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/json, text/plain
-[[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)
-
+[[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)
## users
-> Vec<models::User> users()
-Get all registered users.
+> Vec<models::User> users() Get all registered users.
### Parameters
@@ -71,5 +68,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/json, text/plain
-[[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)
-
+[[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)