Update registrant api doc

This commit is contained in:
Thiago Youssef 2022-07-20 10:07:19 -03:00 committed by olegphenomenon
parent 057f026cc0
commit eb2c023e2a
2 changed files with 15 additions and 13 deletions

View file

@ -38,7 +38,8 @@ class RegistrantApiV1ContactDetailsTest < ActionDispatch::IntegrationTest
},
auth_info: @contact.auth_info,
statuses: @contact.statuses,
disclosed_attributes: @contact.disclosed_attributes }),
disclosed_attributes: @contact.disclosed_attributes,
registrant_publishable: @contact.registrant_publishable }),
JSON.parse(response.body, symbolize_names: true)
end