From 078e67fce56628bd9f183690e3f4f57c3a9da08d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergei=20Ts=C3=B5ganov?= Date: Thu, 3 Nov 2022 16:56:25 +0200 Subject: [PATCH] Updated REPP domain update endpoint api description --- app/controllers/repp/v1/domains_controller.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/controllers/repp/v1/domains_controller.rb b/app/controllers/repp/v1/domains_controller.rb index c72c83882..49c91e133 100644 --- a/app/controllers/repp/v1/domains_controller.rb +++ b/app/controllers/repp/v1/domains_controller.rb @@ -94,6 +94,10 @@ module Repp param :verified, [true, false, 'true', 'false'], required: false, desc: 'Registrant change is already verified' end + param :contacts, Array, required: false, desc: 'Array of linked contacts' do + param :code, String, required: true, desc: 'Contact code' + param :type, String, required: true, desc: 'Role of contact (admin/tech)' + end param :transfer_code, String, required: false, desc: 'New authorization code' end def update