feat: Add reschedule information with booking Read (#14853)
This commit is contained in:
@@ -82,4 +82,5 @@ export const schemaBookingReadPublic = Booking.extend({
|
||||
metadata: true,
|
||||
status: true,
|
||||
responses: true,
|
||||
fromReschedule: true,
|
||||
});
|
||||
|
||||
@@ -57,6 +57,11 @@ const swaggerHandler = withSwagger({
|
||||
type: "string",
|
||||
example: "Europe/London",
|
||||
},
|
||||
fromReschedule: {
|
||||
type: "string",
|
||||
nullable: true,
|
||||
format: "uuid",
|
||||
},
|
||||
attendees: {
|
||||
type: "array",
|
||||
items: {
|
||||
|
||||
Reference in New Issue
Block a user