Skip to content

Commit

Permalink
Updated REPP domain update endpoint api description
Browse files Browse the repository at this point in the history
  • Loading branch information
maricavor committed Nov 3, 2022
1 parent e4740ff commit 078e67f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/controllers/repp/v1/domains_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ def create
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
Expand Down

0 comments on commit 078e67f

Please sign in to comment.