mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Merge pull request #2098 from internetee/fix-repp-api-error
Fix repp boolean value bug
This commit is contained in:
commit
93d959ab9c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue