person-controller
Update a person
Update a person in the repository. Only first name and last name may be updated.
post/api/persons/{personId}
Path parameters
personIdstring required
personId
Headers
accept-languagestring
accept-language
Request body
Example request
{
"firstName": "John",
"lastName": "Doe"
}Response
OK
Example response
{
"expiringDtm": "yyyy-MM-dd'T'HH:mm:ss"
}