docs/CreateTemplateFromUploadData.md in docspring-1.4.1 vs docs/CreateTemplateFromUploadData.md in docspring-2.0.0

- old
+ new

@@ -1,8 +1,18 @@ # DocSpring::CreateTemplateFromUploadData ## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**template** | [**UploadTemplateData**](UploadTemplateData.md) | | +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **template** | [**UploadTemplateData**](UploadTemplateData.md) | | | + +## Example + +```ruby +require 'docspring' + +instance = DocSpring::CreateTemplateFromUploadData.new( + template: null +) +```