put https://app.officernd.com/api/{version}/organizations/{orgSlug}/user/visitors/
Update the visitor object with id = {visitorId}
.
Responses
Update the visitor object with id = {visitorId}
.
xxxxxxxxxx
curl --request PUT \
--url https://app.officernd.com/api/v1/organizations/orgSlug/user/visitors/visitorId \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
12{
"_id" : "5ce67f5a872ac4000fc734f1",
"team" :"5ce4fbc925e9e8000e6222b7",
"member" :"5ce4fc6825e9e8000e6223c9",
"name" : "Joe Doe",
"email" : "joe@doe.com",
"description": "Joe visiting for the Sales discussions.",
"phone": "00456789"
"createdBy" : "5cab0cb00b15ae000f2d1c54",
"createdAt" : "2019-05-23T11:09:14.633Z"
}
​