docs/CopyTemplateData.md in docspring-1.4.1 vs docs/CopyTemplateData.md in docspring-2.0.0
- old
+ new
@@ -1,9 +1,20 @@
# DocSpring::CopyTemplateData
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
-**name** | **String** | | [optional]
-**parent_folder_id** | **String** | |
+| Name | Type | Description | Notes |
+| ---- | ---- | ----------- | ----- |
+| **name** | **String** | | [optional] |
+| **parent_folder_id** | **String** | | |
+
+## Example
+
+```ruby
+require 'docspring'
+
+instance = DocSpring::CopyTemplateData.new(
+ name: null,
+ parent_folder_id: null
+)
+```