diff --git a/app/controllers/repp/v1/registrar/notifications_controller.rb b/app/controllers/repp/v1/registrar/notifications_controller.rb index 1185a1a73..815ee85b9 100644 --- a/app/controllers/repp/v1/registrar/notifications_controller.rb +++ b/app/controllers/repp/v1/registrar/notifications_controller.rb @@ -48,7 +48,7 @@ module Repp api :PUT, '/repp/v1/registrar/notifications' desc 'Mark poll message as read' param :notification, Hash, required: true do - param :read, [true], required: true, desc: 'Set as true to mark as read' + param :read, [true, 'true'], required: true, desc: 'Set as true to mark as read' end def update # rubocop:disable Style/AndOr