docs/Upstream.md in ory-oathkeeper-client-0.38.14.beta1 vs docs/Upstream.md in ory-oathkeeper-client-0.38.15.beta1
- old
+ new
@@ -1,6 +1,6 @@
-# OryHydraClient::Upstream
+# OryOathkeeperClient::Upstream
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
@@ -11,10 +11,10 @@
## Example
```ruby
require 'ory-oathkeeper-client'
-instance = OryHydraClient::Upstream.new(
+instance = OryOathkeeperClient::Upstream.new(
preserve_host: null,
strip_path: null,
url: null
)
```