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