registry
registry copied to clipboard
POST Method in REPP: Unable to create a contact
Followed from https://github.com/internetee/registry/blob/master/doc/repp/v1/contact.md
Tried to create a contact from example
{
"contact": {
"name": "John Doe",
"email": "[email protected]",
"phone": "+371.1234567",
"ident": {
"ident": "12345678901",
"ident_type": "priv",
"ident_country_code": "EE"
}
}
}
Shown message: param is missing or the valus is empty: contact
Could not reproduce this issue. I suggest this issue is not actual and the bug was fixed earlier.