Remove guest create endpoint
All checks were successful
build-and-deploy / build-deploy (push) Successful in 35s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 35s
This commit is contained in:
@@ -50,14 +50,6 @@ data class GuestResponse(
|
||||
val averageScore: Double?
|
||||
)
|
||||
|
||||
data class GuestCreateRequest(
|
||||
val bookingId: UUID,
|
||||
val phoneE164: String? = null,
|
||||
val name: String? = null,
|
||||
val nationality: String? = null,
|
||||
val addressText: String? = null
|
||||
)
|
||||
|
||||
data class GuestUpdateRequest(
|
||||
val phoneE164: String? = null,
|
||||
val name: String? = null,
|
||||
|
||||
Reference in New Issue
Block a user