put https://app.officernd.com/api/{version}/organizations/{orgSlug}/user/visits/
Update a visit object with id = {visitId}
.
Responses
Update a visit object with id = {visitId}
.
xxxxxxxxxx
curl --request PUT \
--url https://app.officernd.com/api/v1/organizations/orgSlug/user/visits/visitId \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
11{
"_id" : "5ce67f5a872ac4000fc734f1",
"team" : "5ce4fbc925e9e8000e6222b7",
"member" : "5ce4fc6825e9e8000e6223c9",
"start" : "2019-05-05T10:30:00.000Z",
"end" : "2019-05-05T12:00:00.000Z",
"visitor" : "5ce4fc6825e803200e62233",
"createdBy" : "5cab0cb00b15ae000f2d1c54",
"createdAt" : "2019-05-23T11:09:14.633Z
}
​