docs/Version.md in ory-oathkeeper-client-0.0.0.alpha62 vs docs/Version.md in ory-oathkeeper-client-0.35.0.alpha1
- old
+ new
@@ -1,18 +1,17 @@
-# OryOathkeeperClient::Version
+# 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]
-## Example
+## Code Sample
```ruby
-require 'ory-oathkeeper-client'
+require 'OryHydraClient'
-instance = OryOathkeeperClient::Version.new(
- version: null
-)
+instance = OryHydraClient::Version.new(version: null)
```
+