PUT
/
api
/
v1
/
client
/
{environmentId}
/
contacts
/
{userId}
/
attributes
{
  "data": {
    "changed": true,
    "message": "The person was successfully updated."
  }
}

Path Parameters

environmentId
string
required
userId
string
required

Body

application/json · object

The body is of type object.

Response

200
application/json
OK

The response is of type object.

Was this page helpful?