Update documents of one booking
Request
Body Params application/json
{
"content": "string",
"signed_at": "2019-08-24"
}
Request samples
curl --location --request PATCH 'https://rnters-staging.herokuapp.com/api/links/bookings//documents/' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"signed_at": "2019-08-24"
}'
Responses
Update document signed attribute and triggers BOOKING_DOCUMENT__SIGNED
This response does not have a body.
Modified at 2025-07-07 17:53:32