docs/Job.md in dkron-ruby-1.0.0 vs docs/Job.md in dkron-ruby-3.0.0
- old
+ new
@@ -1,10 +1,10 @@
# Dkron::Job
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**name** | **String** | Name for the job. |
+**name** | **String** | Name for the job. Use only lower case letters (unicode), digits, underscore and dash. |
**displayname** | **String** | Nice name for the job. Optional. | [optional]
**schedule** | **String** | Cron expression for the job. |
**timezone** | **String** | Timezone where the job will be executed. By default and when field is set to empty string, the job will run in local time. | [optional]
**owner** | **String** | Owner of the job | [optional]
**owner_email** | **String** | Email of the owner | [optional]