chore: hide rrHostSubsetIds and rrHostSubsetEnabled from api docs for now (#25769)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user