put
https://public-api.vibescm.com/companies//mobiledb/persons/
Update an existing person record using this PUT method and the record’s unique person_key. In the request body, include any fields you’d like to update, and simply omit anything you’d like left as-is. To remove a value, you can set the value of the field to null.
201Person record has been updated.
409Conflict error. This may occur if you are attempting to update an MDN. Note that you cannot update an MDN on an existing person record, but you may remove an MDN by setting the value to null.
422The server understands the content type of the request entity, and the syntax of the request entity is correct, but it was unable to process the contained instructions.