docs/DecisionsUnauthorized.md in ory-oathkeeper-client-0.0.0.alpha62 vs docs/DecisionsUnauthorized.md in ory-oathkeeper-client-0.35.0.alpha1
- old
+ new
@@ -1,18 +1,17 @@
-# OryOathkeeperClient::DecisionsUnauthorized
+# OryHydraClient::DecisionsUnauthorized
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **payload** | [**DecisionsUnauthorizedBody**](DecisionsUnauthorizedBody.md) | | [optional] |
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**payload** | [**DecisionsUnauthorizedBody**](DecisionsUnauthorizedBody.md) | | [optional]
-## Example
+## Code Sample
```ruby
-require 'ory-oathkeeper-client'
+require 'OryHydraClient'
-instance = OryOathkeeperClient::DecisionsUnauthorized.new(
- payload: null
-)
+instance = OryHydraClient::DecisionsUnauthorized.new(payload: null)
```
+