docs/Workspace.md in ory-client-1.11.6 vs docs/Workspace.md in ory-client-1.13.0
- old
+ new
@@ -6,10 +6,11 @@
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** | | |
| **id** | **String** | | |
| **name** | **String** | | |
| **subscription_id** | **String** | | [optional] |
+| **subscription_plan** | **String** | | [optional] |
| **updated_at** | **Time** | | |
## Example
```ruby
@@ -18,9 +19,10 @@
instance = OryClient::Workspace.new(
created_at: null,
id: null,
name: null,
subscription_id: null,
+ subscription_plan: null,
updated_at: null
)
```