docs/Version.md in ory-oathkeeper-client-0.38.5.beta1 vs docs/Version.md in ory-oathkeeper-client-0.38.9.beta1

- old
+ new

@@ -1,17 +1,18 @@ # OryHydraClient::Version ## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**version** | **String** | Version is the service's version. | [optional] +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **version** | **String** | Version is the service's version. | [optional] | -## Code Sample +## Example ```ruby -require 'OryHydraClient' +require 'ory-oathkeeper-client' -instance = OryHydraClient::Version.new(version: null) +instance = OryHydraClient::Version.new( + version: null +) ``` -