Update a visit

Partially update an existing visit by its unique identifier. All fields are optional.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Visit ID (UUID)

Body Params
date-time
deprecated

Deprecated. Use start instead.

date-time

ISO 8601 scheduled start time.

string

Visit type identifier: the UUID id from GET /visits/visit-types for this location.

hosts
array of objects
length between 1 and 5

List of hosts for the visit (first host is primary)

hosts
string
required

Robin user ID of the host

boolean
Defaults to true

Whether the host is visible to guests. Defaults to true.

boolean
Defaults to true

Whether the host receives notifications. Defaults to true.

string | null

Instructions shown to guests upon arrival. Pass null to clear.

custom_fields
array of objects

Custom field values for this visit

custom_fields
Responses

400

Validation error — missing or invalid parameters

401

Authentication required — no valid user identity

404

Visit not found

500

Internal server error

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json