Country Controller
Update country
Update a country by its ID
patch/countries/{id}
Path parameters
idnumber required
Request body
Example request
{
"countryName": "United States",
"domain": "example.com",
"currencyCode": "USD",
"currencySymbol": "$",
"mailFrom": "noreply@uklandregistryonline.org.uk",
"supportMail": "support@uklandregistryonline.org.uk",
"emailSignature": "Best regards, UK Land Registry Team",
"displayName": "UK Land Registry"
}Response
Country updated successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.