When updating a person's display name, the api will log `405 Method Not Allowed`. `=> (10) PUT /person/3` ```js { type: null, httpStatus: 405, title: 'Method Not Allowed', detail: 'PUT is not allowed', instance: null, allow: [ 'GET', 'OPTIONS', 'POST' ] } ```