diff --git a/lib/pandadoc/api/template.rb b/lib/pandadoc/api/template.rb index c591156..816b4a2 100644 --- a/lib/pandadoc/api/template.rb +++ b/lib/pandadoc/api/template.rb @@ -6,7 +6,7 @@ class Template def list(token, params = {}) validations = { q: { required: false, type: String }, - tag: { required: false, type: Integer }, + tag: { required: false, type: String }, count: { required: false, type: Integer }, page: { required: false, type: Integer } } diff --git a/lib/pandadoc/api/version.rb b/lib/pandadoc/api/version.rb index 08edacc..af719ac 100644 --- a/lib/pandadoc/api/version.rb +++ b/lib/pandadoc/api/version.rb @@ -1,5 +1,5 @@ module Pandadoc module Api - VERSION = '0.1.1'.freeze + VERSION = '0.1.2'.freeze end end