docs/UsersApi.md in get_around_owner-1.0.3 vs docs/UsersApi.md in get_around_owner-1.0.4

- old
+ new

@@ -1,24 +1,26 @@ # GetAroundOwner::UsersApi All URIs are relative to *https://api-eu.getaround.com/owner/v1* -Method | HTTP request | Description -------------- | ------------- | ------------- -[**get_user_by_id**](UsersApi.md#get_user_by_id) | **GET** /users/{id}.json | Find a user by ID (Users are customers who rent one of your cars) +| Method | HTTP request | Description | +| ------------------------------------------------ | ------------------------ | ----------------------------------------------------------------- | +| [**get_user_by_id**](UsersApi.md#get_user_by_id) | **GET** /users/{id}.json | Find a user by ID (Users are customers who rent one of your cars) | # **get_user_by_id** + > User get_user_by_id(id) Find a user by ID (Users are customers who rent one of your cars) Find a user by ID (Users are customers who rent one of your cars) ### Example + ```ruby # load the gem -require 'getaround-api' +require 'get_around_owner' # setup authorization GetAroundOwner.configure do |config| end api_instance = GetAroundOwner::UsersApi.new @@ -34,13 +36,13 @@ end ``` ### Parameters -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **id** | [****](.md)| ID of user to return | +| Name | Type | Description | Notes | +| ------ | --------------- | -------------------- | ----- | +| **id** | [\*\*\*\*](.md) | ID of user to return | ### Return type [**User**](User.md) @@ -48,10 +50,7 @@ [bearerAuth](../README.md#bearerAuth) ### HTTP request headers - - **Content-Type**: Not defined - - **Accept**: application/json - - - +- **Content-Type**: Not defined +- **Accept**: application/json