Update name or userData of a person.

patch/persons/{personId}

Path parameters

personIdstring uuid required

Person ID of the person.

Request body

namestring

User defined name, maximum length is 128.

userDatastring

Optional user defined data. Length should not exceed 16K.

Response

The request has succeeded.

Changes