docs/ExecutionsApi.md in dkron-rb-0.11.2 vs docs/ExecutionsApi.md in dkron-rb-1.0.0

- old
+ new

@@ -19,10 +19,10 @@ # load the gem require 'dkron-rb' api_instance = Dkron::ExecutionsApi.new -job_name = "job_name_example" # String | The job that owns the executions to be fetched. +job_name = 'job_name_example' # String | The job that owns the executions to be fetched. begin result = api_instance.list_executions_by_job(job_name) p result