fix: platform dialog portal issue (#20553)

This commit is contained in:
Morgan
2025-04-04 15:39:36 +00:00
committed by GitHub
parent d6a086c9c7
commit 1953402f81
4 changed files with 13 additions and 7 deletions
+2 -2
View File
@@ -1223,7 +1223,7 @@
"/v2/organizations/{orgId}/bookings": {
"get": {
"operationId": "OrganizationsBookingsController_getAllOrgTeamBookings",
"summary": "Get organization team bookings",
"summary": "Get Organization Bookings",
"parameters": [
{
"name": "status",
@@ -4120,7 +4120,7 @@
"summary": "Get all bookings of an organization user",
"parameters": [
{
"name": "userId",
"name": "orgId",
"required": true,
"in": "path",
"schema": {