docs/CreateCustomFileData.md in docspring-1.4.1 vs docs/CreateCustomFileData.md in docspring-2.0.0
- old
+ new
@@ -1,8 +1,18 @@
# DocSpring::CreateCustomFileData
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
-**cache_id** | **String** | |
+| Name | Type | Description | Notes |
+| ---- | ---- | ----------- | ----- |
+| **cache_id** | **String** | | |
+
+## Example
+
+```ruby
+require 'docspring'
+
+instance = DocSpring::CreateCustomFileData.new(
+ cache_id: null
+)
+```