put https://{api_url}/api/v5/admin//bookings//attendees/
Modifies an attendee of the booking
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Modifies an attendee of the booking
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request PUT \
--url https://example.jrni.com/api/v5/admin/company_id/bookings/space_id/attendees/attendee_id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"notify_member": true
}
'
Try It!
to start a request and see the response here! Or choose an example: