chore: hide rrHostSubsetIds and rrHostSubsetEnabled from api docs for now (#25769)

This commit is contained in:
Morgan
2025-12-11 11:12:10 +00:00
committed by GitHub
parent 5253f26c94
commit 7d5e9a4e0e
8 changed files with 14 additions and 89 deletions
-75
View File
@@ -3270,19 +3270,6 @@
"type": "string"
}
},
{
"name": "rrHostSubsetIds",
"required": false,
"in": "query",
"description": "For round robin event types, filter available slots to only consider the specified subset of host user IDs. This allows you to get availability for specific hosts within a round robin event type.",
"example": [1, 2, 3],
"schema": {
"type": "array",
"items": {
"type": "number"
}
}
},
{
"name": "queueResponse",
"required": false,
@@ -6825,19 +6812,6 @@
"type": "string"
}
},
{
"name": "rrHostSubsetIds",
"required": false,
"in": "query",
"description": "For round robin event types, filter available slots to only consider the specified subset of host user IDs. This allows you to get availability for specific hosts within a round robin event type.",
"example": [1, 2, 3],
"schema": {
"type": "array",
"items": {
"type": "number"
}
}
},
{
"name": "queueResponse",
"required": false,
@@ -13344,19 +13318,6 @@
"type": "string"
}
},
{
"name": "rrHostSubsetIds",
"required": false,
"in": "query",
"description": "For round robin event types, filter available slots to only consider the specified subset of host user IDs. This allows you to get availability for specific hosts within a round robin event type.",
"example": [1, 2, 3],
"schema": {
"type": "array",
"items": {
"type": "number"
}
}
},
{
"name": "routingFormId",
"required": true,
@@ -19702,10 +19663,6 @@
"rescheduleWithSameRoundRobinHost": {
"type": "boolean",
"description": "Rescheduled events will be assigned to the same host as initially scheduled."
},
"rrHostSubsetEnabled": {
"type": "boolean",
"description": "For round robin event types, enable filtering available hosts to only consider a specified subset of host user IDs. This allows you to book with specific hosts within a round robin event type."
}
},
"required": [
@@ -21719,10 +21676,6 @@
"rescheduleWithSameRoundRobinHost": {
"type": "boolean",
"description": "Rescheduled events will be assigned to the same host as initially scheduled."
},
"rrHostSubsetEnabled": {
"type": "boolean",
"description": "For round robin event types, enable filtering available hosts to only consider a specified subset of host user IDs. This allows you to book with specific hosts within a round robin event type."
}
},
"required": ["lengthInMinutes", "title", "slug", "schedulingType"]
@@ -22186,10 +22139,6 @@
"rescheduleWithSameRoundRobinHost": {
"type": "boolean",
"description": "Rescheduled events will be assigned to the same host as initially scheduled."
},
"rrHostSubsetEnabled": {
"type": "boolean",
"description": "For round robin event types, enable filtering available hosts to only consider a specified subset of host user IDs. This allows you to book with specific hosts within a round robin event type."
}
}
},
@@ -28002,14 +27951,6 @@
"type": "string",
"description": "Email verification code required when event type has email verification enabled.",
"example": "123456"
},
"rrHostSubsetIds": {
"description": "For round robin event types, filter available hosts to only consider the specified subset of host user IDs. This allows you to book with specific hosts within a round robin event type.",
"example": [1, 2, 3],
"type": "array",
"items": {
"type": "number"
}
}
},
"required": ["start", "attendee"]
@@ -28134,14 +28075,6 @@
"description": "Email verification code required when event type has email verification enabled.",
"example": "123456"
},
"rrHostSubsetIds": {
"description": "For round robin event types, filter available hosts to only consider the specified subset of host user IDs. This allows you to book with specific hosts within a round robin event type.",
"example": [1, 2, 3],
"type": "array",
"items": {
"type": "number"
}
},
"instant": {
"type": "boolean",
"description": "Flag indicating if the booking is an instant booking. Only available for team events.",
@@ -28270,14 +28203,6 @@
"description": "Email verification code required when event type has email verification enabled.",
"example": "123456"
},
"rrHostSubsetIds": {
"description": "For round robin event types, filter available hosts to only consider the specified subset of host user IDs. This allows you to book with specific hosts within a round robin event type.",
"example": [1, 2, 3],
"type": "array",
"items": {
"type": "number"
}
},
"recurrenceCount": {
"type": "number",
"description": "The number of recurrences. If not provided then event type recurrence count will be used. Can't be more than\n event type recurrence count",