mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 05:26:17 +02:00
Updated REPP domain update endpoint api description
This commit is contained in:
parent
e4740ffceb
commit
078e67fce5
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue