From 6bbde8294838cb9d29cf339021afd3ca8855d1d7 Mon Sep 17 00:00:00 2001 From: Genar Trias Ortiz Date: Mon, 23 Sep 2024 16:28:04 +0200 Subject: [PATCH] add missing summary --- lib/public/verb.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/public/verb.rb b/lib/public/verb.rb index 914db21..bad7af2 100644 --- a/lib/public/verb.rb +++ b/lib/public/verb.rb @@ -88,6 +88,7 @@ def self.load(spec) id: id, dto_raw: dto, schema: SchemaRegistry::Schema.load(spec['schema']), + summary: spec['summary'], return_many: spec['return_many'], description: spec['description'], webhook_description: spec['webhook_description']