Skip to main content
PATCH
Update a booking

Authorizations

Authorization
string
header
required

See our authentication documentation for how to authorize your requests

Headers

spacebring-network-id
string<uuid>

The id of the network. Required when using bearer token authentication

Path Parameters

bookingId
string
required

ID of the booking. For a single occurrence of a repeating booking, append the occurrence date: <bookingId>_<ISO date>.

Body

application/json
booking
object
required

Booking fields to update. Fields left out keep their current value.

updateRepeatingScope
enum<string>
default:singleOccurrence

For a repeating booking, whether to update only the addressed occurrence or that one and every later occurrence.

Available options:
singleOccurrence,
thisAndNext

Response

OK

booking
object
required

The booking.