From 6091208f8aae64ac1bc68fd6bb21f6e29035c3cb Mon Sep 17 00:00:00 2001 From: Lauris Skraucis Date: Mon, 7 Jul 2025 16:47:31 +0200 Subject: [PATCH] refactor: standardize v2 docs (#22299) --- .../controllers/bookings.controller.ts | 2 +- .../cal-unified-calendars.controller.ts | 2 +- .../stripe/organizations-stripe.controller.ts | 2 +- ...organizations-teams-bookings.controller.ts | 2 +- ...org-teams-verified-resources.controller.ts | 20 +- .../teams-verified-resources.controller.ts | 20 +- .../users-verified-resources.controller.ts | 20 +- apps/api/v2/swagger/documentation.json | 348 +- docs/api-reference/v2/openapi.json | 4314 ++++------------- 9 files changed, 1148 insertions(+), 3582 deletions(-) diff --git a/apps/api/v2/src/ee/bookings/2024-08-13/controllers/bookings.controller.ts b/apps/api/v2/src/ee/bookings/2024-08-13/controllers/bookings.controller.ts index e0136dd3f0..981a59b6af 100644 --- a/apps/api/v2/src/ee/bookings/2024-08-13/controllers/bookings.controller.ts +++ b/apps/api/v2/src/ee/bookings/2024-08-13/controllers/bookings.controller.ts @@ -443,7 +443,7 @@ export class BookingsController_2024_08_13 { @Permissions([BOOKING_READ]) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @ApiOperation({ - summary: "Get 'Booking References' for a booking", + summary: "Get booking references", }) @HttpCode(HttpStatus.OK) async getBookingReferences( diff --git a/apps/api/v2/src/modules/cal-unified-calendars/controllers/cal-unified-calendars.controller.ts b/apps/api/v2/src/modules/cal-unified-calendars/controllers/cal-unified-calendars.controller.ts index 0e3b66be01..f4b35d0bb1 100644 --- a/apps/api/v2/src/modules/cal-unified-calendars/controllers/cal-unified-calendars.controller.ts +++ b/apps/api/v2/src/modules/cal-unified-calendars/controllers/cal-unified-calendars.controller.ts @@ -34,7 +34,7 @@ export class CalUnifiedCalendarsController { @UseGuards(ApiAuthGuard, PermissionsGuard) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @ApiOperation({ - summary: "Get meeting Details from calendar", + summary: "Get meeting details from calendar", description: "Returns detailed information about a meeting including attendance metrics", }) async getCalendarEventDetails( diff --git a/apps/api/v2/src/modules/organizations/stripe/organizations-stripe.controller.ts b/apps/api/v2/src/modules/organizations/stripe/organizations-stripe.controller.ts index 4d4c835f77..d56a042c5a 100644 --- a/apps/api/v2/src/modules/organizations/stripe/organizations-stripe.controller.ts +++ b/apps/api/v2/src/modules/organizations/stripe/organizations-stripe.controller.ts @@ -53,7 +53,7 @@ export type OAuthCallbackState = { path: "/v2/organizations/:orgId/teams/:teamId/stripe", version: API_VERSIONS_VALUES, }) -@DocsTags("Organizations/Teams Stripe") +@DocsTags("Orgs / Teams / Stripe") export class OrganizationsStripeController { constructor( private readonly organizationsStripeService: OrganizationsStripeService, diff --git a/apps/api/v2/src/modules/organizations/teams/bookings/organizations-teams-bookings.controller.ts b/apps/api/v2/src/modules/organizations/teams/bookings/organizations-teams-bookings.controller.ts index d9a0a47a94..4ac8d34d96 100644 --- a/apps/api/v2/src/modules/organizations/teams/bookings/organizations-teams-bookings.controller.ts +++ b/apps/api/v2/src/modules/organizations/teams/bookings/organizations-teams-bookings.controller.ts @@ -80,7 +80,7 @@ export class OrganizationsTeamsBookingsController { IsAdminAPIEnabledGuard ) @ApiOperation({ - summary: "Get 'Booking References' for a booking", + summary: "Get booking references", }) @HttpCode(HttpStatus.OK) async getBookingReferences( diff --git a/apps/api/v2/src/modules/organizations/teams/verified-resources/org-teams-verified-resources.controller.ts b/apps/api/v2/src/modules/organizations/teams/verified-resources/org-teams-verified-resources.controller.ts index b3ee9f18fa..ce5c1d3de8 100644 --- a/apps/api/v2/src/modules/organizations/teams/verified-resources/org-teams-verified-resources.controller.ts +++ b/apps/api/v2/src/modules/organizations/teams/verified-resources/org-teams-verified-resources.controller.ts @@ -52,8 +52,8 @@ import { SkipTakePagination } from "@calcom/platform-types"; export class OrgTeamsVerifiedResourcesController { constructor(private readonly verifiedResourcesService: VerifiedResourcesService) {} @ApiOperation({ - summary: "Request Email Verification Code", - description: `Sends a verification code to the email.`, + summary: "Request email verification code", + description: `Sends a verification code to the email`, }) @Roles("TEAM_ADMIN") @Throttle({ @@ -82,8 +82,8 @@ export class OrgTeamsVerifiedResourcesController { } @ApiOperation({ - summary: "Request Phone Number Verification Code", - description: `Sends a verification code to the phone number.`, + summary: "Request phone number verification code", + description: `Sends a verification code to the phone number`, }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @Roles("TEAM_ADMIN") @@ -108,7 +108,7 @@ export class OrgTeamsVerifiedResourcesController { } @ApiOperation({ - summary: "Verify an email for an org team.", + summary: "Verify an email for an org team", description: `Use code to verify an email`, }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @@ -134,7 +134,7 @@ export class OrgTeamsVerifiedResourcesController { } @ApiOperation({ - summary: "Verify a phone number for an org team.", + summary: "Verify a phone number for an org team", description: `Use code to verify a phone number`, }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @@ -166,7 +166,7 @@ export class OrgTeamsVerifiedResourcesController { } @ApiOperation({ - summary: "Get list of verified emails of an org team.", + summary: "Get list of verified emails of an org team", }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @Roles("TEAM_ADMIN") @@ -189,7 +189,7 @@ export class OrgTeamsVerifiedResourcesController { } @ApiOperation({ - summary: "Get list of verified phone numbers of an org team.", + summary: "Get list of verified phone numbers of an org team", }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @PlatformPlan("ESSENTIALS") @@ -214,7 +214,7 @@ export class OrgTeamsVerifiedResourcesController { } @ApiOperation({ - summary: "Get verified email of an org team by id.", + summary: "Get verified email of an org team by id", }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @Roles("TEAM_ADMIN") @@ -233,7 +233,7 @@ export class OrgTeamsVerifiedResourcesController { } @ApiOperation({ - summary: "Get verified phone number of an org team by id.", + summary: "Get verified phone number of an org team by id", }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @Roles("TEAM_ADMIN") diff --git a/apps/api/v2/src/modules/teams/verified-resources/teams-verified-resources.controller.ts b/apps/api/v2/src/modules/teams/verified-resources/teams-verified-resources.controller.ts index a3b16c2e9f..c698dbc877 100644 --- a/apps/api/v2/src/modules/teams/verified-resources/teams-verified-resources.controller.ts +++ b/apps/api/v2/src/modules/teams/verified-resources/teams-verified-resources.controller.ts @@ -47,8 +47,8 @@ import { SkipTakePagination } from "@calcom/platform-types"; export class TeamsVerifiedResourcesController { constructor(private readonly verifiedResourcesService: VerifiedResourcesService) {} @ApiOperation({ - summary: "Request Email Verification Code", - description: `Sends a verification code to the Email.`, + summary: "Request email verification code", + description: `Sends a verification code to the Email`, }) @Roles("TEAM_ADMIN") @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @@ -71,8 +71,8 @@ export class TeamsVerifiedResourcesController { } @ApiOperation({ - summary: "Request Phone Number Verification Code", - description: `Sends a verification code to the phone number.`, + summary: "Request phone number verification code", + description: `Sends a verification code to the phone number`, }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @Roles("TEAM_ADMIN") @@ -92,7 +92,7 @@ export class TeamsVerifiedResourcesController { } @ApiOperation({ - summary: "Verify an email for a team.", + summary: "Verify an email for a team", description: `Use code to verify an email`, }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @@ -117,7 +117,7 @@ export class TeamsVerifiedResourcesController { } @ApiOperation({ - summary: "Verify a phone number for an org team.", + summary: "Verify a phone number for an org team", description: `Use code to verify a phone number`, }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @@ -143,7 +143,7 @@ export class TeamsVerifiedResourcesController { } @ApiOperation({ - summary: "Get list of verified emails of a team.", + summary: "Get list of verified emails of a team", }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @Roles("TEAM_ADMIN") @@ -165,7 +165,7 @@ export class TeamsVerifiedResourcesController { } @ApiOperation({ - summary: "Get list of verified phone numbers of a team.", + summary: "Get list of verified phone numbers of a team", }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @Get("/phones") @@ -189,7 +189,7 @@ export class TeamsVerifiedResourcesController { } @ApiOperation({ - summary: "Get verified email of a team by id.", + summary: "Get verified email of a team by id", }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @Roles("TEAM_ADMIN") @@ -207,7 +207,7 @@ export class TeamsVerifiedResourcesController { } @ApiOperation({ - summary: "Get verified phone number of a team by id.", + summary: "Get verified phone number of a team by id", }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @Roles("TEAM_ADMIN") diff --git a/apps/api/v2/src/modules/verified-resources/controllers/users-verified-resources.controller.ts b/apps/api/v2/src/modules/verified-resources/controllers/users-verified-resources.controller.ts index 25dac497b4..34f1a7a6ed 100644 --- a/apps/api/v2/src/modules/verified-resources/controllers/users-verified-resources.controller.ts +++ b/apps/api/v2/src/modules/verified-resources/controllers/users-verified-resources.controller.ts @@ -34,8 +34,8 @@ import { SkipTakePagination } from "@calcom/platform-types"; export class UserVerifiedResourcesController { constructor(private readonly verifiedResourcesService: VerifiedResourcesService) {} @ApiOperation({ - summary: "Request Email Verification Code", - description: `Sends a verification code to the email.`, + summary: "Request email verification code", + description: `Sends a verification code to the email`, }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @Post("/emails/verification-code/request") @@ -57,8 +57,8 @@ export class UserVerifiedResourcesController { } @ApiOperation({ - summary: "Request Phone Number Verification Code", - description: `Sends a verification code to the phone number.`, + summary: "Request phone number verification code", + description: `Sends a verification code to the phone number`, }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @Post("/phones/verification-code/request") @@ -77,7 +77,7 @@ export class UserVerifiedResourcesController { } @ApiOperation({ - summary: "Verify an email.", + summary: "Verify an email", description: `Use code to verify an email`, }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @@ -96,7 +96,7 @@ export class UserVerifiedResourcesController { } @ApiOperation({ - summary: "Verify a phone number.", + summary: "Verify a phone number", description: `Use code to verify a phone number`, }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @@ -114,7 +114,7 @@ export class UserVerifiedResourcesController { } @ApiOperation({ - summary: "Get list of verified emails.", + summary: "Get list of verified emails", }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @Get("/emails") @@ -135,7 +135,7 @@ export class UserVerifiedResourcesController { } @ApiOperation({ - summary: "Get list of verified phone numbers.", + summary: "Get list of verified phone numbers", }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @Get("/phones") @@ -158,7 +158,7 @@ export class UserVerifiedResourcesController { } @ApiOperation({ - summary: "Get verified email by id.", + summary: "Get verified email by id", }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @Get("/emails/:id") @@ -175,7 +175,7 @@ export class UserVerifiedResourcesController { } @ApiOperation({ - summary: "Get verified phone number by id.", + summary: "Get verified phone number by id", }) @ApiHeader(API_KEY_OR_ACCESS_TOKEN_HEADER) @Get("/phones/:id") diff --git a/apps/api/v2/swagger/documentation.json b/apps/api/v2/swagger/documentation.json index 2b208e384f..d9d71ff0f1 100644 --- a/apps/api/v2/swagger/documentation.json +++ b/apps/api/v2/swagger/documentation.json @@ -3447,7 +3447,7 @@ "/v2/organizations/{orgId}/teams/{teamId}/bookings/{bookingUid}/references": { "get": { "operationId": "OrganizationsTeamsBookingsController_getBookingReferences", - "summary": "Get 'Booking References' for a booking", + "summary": "Get booking references", "parameters": [ { "name": "Authorization", @@ -5133,6 +5133,147 @@ ] } }, + "/v2/organizations/{orgId}/teams/{teamId}/stripe/connect": { + "get": { + "operationId": "OrganizationsStripeController_getTeamStripeConnectUrl", + "summary": "Get Stripe connect URL for a team", + "parameters": [ + { + "name": "Authorization", + "required": true, + "in": "header", + "schema": { + "type": "string" + } + }, + { + "name": "teamId", + "required": true, + "in": "path", + "schema": { + "type": "string" + } + }, + { + "name": "orgId", + "required": true, + "in": "path", + "schema": { + "type": "string" + } + }, + { + "name": "returnTo", + "required": true, + "in": "query", + "schema": { + "type": "string" + } + }, + { + "name": "onErrorReturnTo", + "required": true, + "in": "query", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/StripConnectOutputResponseDto" + } + } + } + } + }, + "tags": [ + "Orgs / Teams / Stripe" + ] + } + }, + "/v2/organizations/{orgId}/teams/{teamId}/stripe/check": { + "get": { + "operationId": "OrganizationsStripeController_checkTeamStripeConnection", + "summary": "Check team Stripe connection", + "parameters": [ + { + "name": "teamId", + "required": true, + "in": "path", + "schema": { + "type": "number" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/StripCredentialsCheckOutputResponseDto" + } + } + } + } + }, + "tags": [ + "Orgs / Teams / Stripe" + ] + } + }, + "/v2/organizations/{orgId}/teams/{teamId}/stripe/save": { + "get": { + "operationId": "OrganizationsStripeController_save", + "summary": "Save Stripe credentials", + "parameters": [ + { + "name": "state", + "required": true, + "in": "query", + "schema": { + "type": "string" + } + }, + { + "name": "code", + "required": true, + "in": "query", + "schema": { + "type": "string" + } + }, + { + "name": "teamId", + "required": true, + "in": "path", + "schema": { + "type": "number" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/StripCredentialsSaveOutputResponseDto" + } + } + } + } + }, + "tags": [ + "Orgs / Teams / Stripe" + ] + } + }, "/v2/organizations/{orgId}/teams/{teamId}/users/{userId}/schedules": { "get": { "operationId": "OrganizationsTeamsSchedulesController_getUserSchedules", @@ -8176,7 +8317,7 @@ "/v2/bookings/{bookingUid}/references": { "get": { "operationId": "BookingsController_2024_08_13_getBookingReferences", - "summary": "Get 'Booking References' for a booking", + "summary": "Get booking references", "parameters": [ { "name": "cal-api-version", @@ -8244,7 +8385,7 @@ "/v2/calendars/{calendar}/event/{eventUid}": { "get": { "operationId": "CalUnifiedCalendarsController_getCalendarEventDetails", - "summary": "Get meeting Details from calendar", + "summary": "Get meeting details from calendar", "description": "Returns detailed information about a meeting including attendance metrics", "parameters": [ { @@ -10194,8 +10335,8 @@ "/v2/organizations/{orgId}/teams/{teamId}/verified-resources/emails/verification-code/request": { "post": { "operationId": "OrgTeamsVerifiedResourcesController_requestEmailVerificationCode", - "summary": "Request Email Verification Code", - "description": "Sends a verification code to the email.", + "summary": "Request email verification code", + "description": "Sends a verification code to the email", "parameters": [ { "name": "Authorization", @@ -10237,8 +10378,8 @@ "/v2/organizations/{orgId}/teams/{teamId}/verified-resources/phones/verification-code/request": { "post": { "operationId": "OrgTeamsVerifiedResourcesController_requestPhoneVerificationCode", - "summary": "Request Phone Number Verification Code", - "description": "Sends a verification code to the phone number.", + "summary": "Request phone number verification code", + "description": "Sends a verification code to the phone number", "parameters": [ { "name": "Authorization", @@ -10280,7 +10421,7 @@ "/v2/organizations/{orgId}/teams/{teamId}/verified-resources/emails/verification-code/verify": { "post": { "operationId": "OrgTeamsVerifiedResourcesController_verifyEmail", - "summary": "Verify an email for an org team.", + "summary": "Verify an email for an org team", "description": "Use code to verify an email", "parameters": [ { @@ -10331,7 +10472,7 @@ "/v2/organizations/{orgId}/teams/{teamId}/verified-resources/phones/verification-code/verify": { "post": { "operationId": "OrgTeamsVerifiedResourcesController_verifyPhoneNumber", - "summary": "Verify a phone number for an org team.", + "summary": "Verify a phone number for an org team", "description": "Use code to verify a phone number", "parameters": [ { @@ -10382,7 +10523,7 @@ "/v2/organizations/{orgId}/teams/{teamId}/verified-resources/emails": { "get": { "operationId": "OrgTeamsVerifiedResourcesController_getVerifiedEmails", - "summary": "Get list of verified emails of an org team.", + "summary": "Get list of verified emails of an org team", "parameters": [ { "name": "teamId", @@ -10447,7 +10588,7 @@ "/v2/organizations/{orgId}/teams/{teamId}/verified-resources/phones": { "get": { "operationId": "OrgTeamsVerifiedResourcesController_getVerifiedPhoneNumbers", - "summary": "Get list of verified phone numbers of an org team.", + "summary": "Get list of verified phone numbers of an org team", "parameters": [ { "name": "teamId", @@ -10512,7 +10653,7 @@ "/v2/organizations/{orgId}/teams/{teamId}/verified-resources/emails/{id}": { "get": { "operationId": "OrgTeamsVerifiedResourcesController_getVerifiedEmailById", - "summary": "Get verified email of an org team by id.", + "summary": "Get verified email of an org team by id", "parameters": [ { "name": "id", @@ -10560,7 +10701,7 @@ "/v2/organizations/{orgId}/teams/{teamId}/verified-resources/phones/{id}": { "get": { "operationId": "OrgTeamsVerifiedResourcesController_getVerifiedPhoneById", - "summary": "Get verified phone number of an org team by id.", + "summary": "Get verified phone number of an org team by id", "parameters": [ { "name": "teamId", @@ -10605,147 +10746,6 @@ ] } }, - "/v2/organizations/{orgId}/teams/{teamId}/stripe/connect": { - "get": { - "operationId": "OrganizationsStripeController_getTeamStripeConnectUrl", - "summary": "Get Stripe connect URL for a team", - "parameters": [ - { - "name": "Authorization", - "required": true, - "in": "header", - "schema": { - "type": "string" - } - }, - { - "name": "teamId", - "required": true, - "in": "path", - "schema": { - "type": "string" - } - }, - { - "name": "orgId", - "required": true, - "in": "path", - "schema": { - "type": "string" - } - }, - { - "name": "returnTo", - "required": true, - "in": "query", - "schema": { - "type": "string" - } - }, - { - "name": "onErrorReturnTo", - "required": true, - "in": "query", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/StripConnectOutputResponseDto" - } - } - } - } - }, - "tags": [ - "Organizations/Teams Stripe" - ] - } - }, - "/v2/organizations/{orgId}/teams/{teamId}/stripe/check": { - "get": { - "operationId": "OrganizationsStripeController_checkTeamStripeConnection", - "summary": "Check team Stripe connection", - "parameters": [ - { - "name": "teamId", - "required": true, - "in": "path", - "schema": { - "type": "number" - } - } - ], - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/StripCredentialsCheckOutputResponseDto" - } - } - } - } - }, - "tags": [ - "Organizations/Teams Stripe" - ] - } - }, - "/v2/organizations/{orgId}/teams/{teamId}/stripe/save": { - "get": { - "operationId": "OrganizationsStripeController_save", - "summary": "Save Stripe credentials", - "parameters": [ - { - "name": "state", - "required": true, - "in": "query", - "schema": { - "type": "string" - } - }, - { - "name": "code", - "required": true, - "in": "query", - "schema": { - "type": "string" - } - }, - { - "name": "teamId", - "required": true, - "in": "path", - "schema": { - "type": "number" - } - } - ], - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/StripCredentialsSaveOutputResponseDto" - } - } - } - } - }, - "tags": [ - "Organizations/Teams Stripe" - ] - } - }, "/v2/routing-forms/{routingFormId}/calculate-slots": { "post": { "operationId": "RoutingFormsController_calculateSlotsBasedOnRoutingFormResponse", @@ -12519,8 +12519,8 @@ "/v2/teams/{teamId}/verified-resources/emails/verification-code/request": { "post": { "operationId": "TeamsVerifiedResourcesController_requestEmailVerificationCode", - "summary": "Request Email Verification Code", - "description": "Sends a verification code to the Email.", + "summary": "Request email verification code", + "description": "Sends a verification code to the Email", "parameters": [ { "name": "Authorization", @@ -12562,8 +12562,8 @@ "/v2/teams/{teamId}/verified-resources/phones/verification-code/request": { "post": { "operationId": "TeamsVerifiedResourcesController_requestPhoneVerificationCode", - "summary": "Request Phone Number Verification Code", - "description": "Sends a verification code to the phone number.", + "summary": "Request phone number verification code", + "description": "Sends a verification code to the phone number", "parameters": [ { "name": "Authorization", @@ -12605,7 +12605,7 @@ "/v2/teams/{teamId}/verified-resources/emails/verification-code/verify": { "post": { "operationId": "TeamsVerifiedResourcesController_verifyEmail", - "summary": "Verify an email for a team.", + "summary": "Verify an email for a team", "description": "Use code to verify an email", "parameters": [ { @@ -12656,7 +12656,7 @@ "/v2/teams/{teamId}/verified-resources/phones/verification-code/verify": { "post": { "operationId": "TeamsVerifiedResourcesController_verifyPhoneNumber", - "summary": "Verify a phone number for an org team.", + "summary": "Verify a phone number for an org team", "description": "Use code to verify a phone number", "parameters": [ { @@ -12707,7 +12707,7 @@ "/v2/teams/{teamId}/verified-resources/emails": { "get": { "operationId": "TeamsVerifiedResourcesController_getVerifiedEmails", - "summary": "Get list of verified emails of a team.", + "summary": "Get list of verified emails of a team", "parameters": [ { "name": "teamId", @@ -12772,7 +12772,7 @@ "/v2/teams/{teamId}/verified-resources/phones": { "get": { "operationId": "TeamsVerifiedResourcesController_getVerifiedPhoneNumbers", - "summary": "Get list of verified phone numbers of a team.", + "summary": "Get list of verified phone numbers of a team", "parameters": [ { "name": "teamId", @@ -12837,7 +12837,7 @@ "/v2/teams/{teamId}/verified-resources/emails/{id}": { "get": { "operationId": "TeamsVerifiedResourcesController_getVerifiedEmailById", - "summary": "Get verified email of a team by id.", + "summary": "Get verified email of a team by id", "parameters": [ { "name": "id", @@ -12885,7 +12885,7 @@ "/v2/teams/{teamId}/verified-resources/phones/{id}": { "get": { "operationId": "TeamsVerifiedResourcesController_getVerifiedPhoneById", - "summary": "Get verified phone number of a team by id.", + "summary": "Get verified phone number of a team by id", "parameters": [ { "name": "teamId", @@ -12933,8 +12933,8 @@ "/v2/verified-resources/emails/verification-code/request": { "post": { "operationId": "UserVerifiedResourcesController_requestEmailVerificationCode", - "summary": "Request Email Verification Code", - "description": "Sends a verification code to the email.", + "summary": "Request email verification code", + "description": "Sends a verification code to the email", "parameters": [ { "name": "Authorization", @@ -12976,8 +12976,8 @@ "/v2/verified-resources/phones/verification-code/request": { "post": { "operationId": "UserVerifiedResourcesController_requestPhoneVerificationCode", - "summary": "Request Phone Number Verification Code", - "description": "Sends a verification code to the phone number.", + "summary": "Request phone number verification code", + "description": "Sends a verification code to the phone number", "parameters": [ { "name": "Authorization", @@ -13019,7 +13019,7 @@ "/v2/verified-resources/emails/verification-code/verify": { "post": { "operationId": "UserVerifiedResourcesController_verifyEmail", - "summary": "Verify an email.", + "summary": "Verify an email", "description": "Use code to verify an email", "parameters": [ { @@ -13062,7 +13062,7 @@ "/v2/verified-resources/phones/verification-code/verify": { "post": { "operationId": "UserVerifiedResourcesController_verifyPhoneNumber", - "summary": "Verify a phone number.", + "summary": "Verify a phone number", "description": "Use code to verify a phone number", "parameters": [ { @@ -13105,7 +13105,7 @@ "/v2/verified-resources/emails": { "get": { "operationId": "UserVerifiedResourcesController_getVerifiedEmails", - "summary": "Get list of verified emails.", + "summary": "Get list of verified emails", "parameters": [ { "name": "take", @@ -13162,7 +13162,7 @@ "/v2/verified-resources/phones": { "get": { "operationId": "UserVerifiedResourcesController_getVerifiedPhoneNumbers", - "summary": "Get list of verified phone numbers.", + "summary": "Get list of verified phone numbers", "parameters": [ { "name": "take", @@ -13219,7 +13219,7 @@ "/v2/verified-resources/emails/{id}": { "get": { "operationId": "UserVerifiedResourcesController_getVerifiedEmailById", - "summary": "Get verified email by id.", + "summary": "Get verified email by id", "parameters": [ { "name": "id", @@ -13259,7 +13259,7 @@ "/v2/verified-resources/phones/{id}": { "get": { "operationId": "UserVerifiedResourcesController_getVerifiedPhoneById", - "summary": "Get verified phone number by id.", + "summary": "Get verified phone number by id", "parameters": [ { "name": "id", diff --git a/docs/api-reference/v2/openapi.json b/docs/api-reference/v2/openapi.json index 2b208e384f..61e8af4e53 100644 --- a/docs/api-reference/v2/openapi.json +++ b/docs/api-reference/v2/openapi.json @@ -69,9 +69,7 @@ } } }, - "tags": [ - "Platform / Managed Users" - ] + "tags": ["Platform / Managed Users"] }, "post": { "operationId": "OAuthClientUsersController_createUser", @@ -117,9 +115,7 @@ } } }, - "tags": [ - "Platform / Managed Users" - ] + "tags": ["Platform / Managed Users"] } }, "/v2/oauth-clients/{clientId}/users/{userId}": { @@ -165,9 +161,7 @@ } } }, - "tags": [ - "Platform / Managed Users" - ] + "tags": ["Platform / Managed Users"] }, "patch": { "operationId": "OAuthClientUsersController_updateUser", @@ -221,9 +215,7 @@ } } }, - "tags": [ - "Platform / Managed Users" - ] + "tags": ["Platform / Managed Users"] }, "delete": { "operationId": "OAuthClientUsersController_deleteUser", @@ -267,9 +259,7 @@ } } }, - "tags": [ - "Platform / Managed Users" - ] + "tags": ["Platform / Managed Users"] } }, "/v2/oauth-clients/{clientId}/users/{userId}/force-refresh": { @@ -316,9 +306,7 @@ } } }, - "tags": [ - "Platform / Managed Users" - ] + "tags": ["Platform / Managed Users"] } }, "/v2/oauth/{clientId}/refresh": { @@ -367,9 +355,7 @@ } } }, - "tags": [ - "Platform / Managed Users" - ] + "tags": ["Platform / Managed Users"] } }, "/v2/oauth-clients/{clientId}/webhooks": { @@ -417,9 +403,7 @@ } } }, - "tags": [ - "Platform / Webhooks" - ] + "tags": ["Platform / Webhooks"] }, "get": { "operationId": "OAuthClientWebhooksController_getOAuthClientWebhooks", @@ -480,9 +464,7 @@ } } }, - "tags": [ - "Platform / Webhooks" - ] + "tags": ["Platform / Webhooks"] }, "delete": { "operationId": "OAuthClientWebhooksController_deleteAllOAuthClientWebhooks", @@ -518,9 +500,7 @@ } } }, - "tags": [ - "Platform / Webhooks" - ] + "tags": ["Platform / Webhooks"] } }, "/v2/oauth-clients/{clientId}/webhooks/{webhookId}": { @@ -568,9 +548,7 @@ } } }, - "tags": [ - "Platform / Webhooks" - ] + "tags": ["Platform / Webhooks"] }, "get": { "operationId": "OAuthClientWebhooksController_getOAuthClientWebhook", @@ -598,9 +576,7 @@ } } }, - "tags": [ - "Platform / Webhooks" - ] + "tags": ["Platform / Webhooks"] }, "delete": { "operationId": "OAuthClientWebhooksController_deleteOAuthClientWebhook", @@ -628,9 +604,7 @@ } } }, - "tags": [ - "Platform / Webhooks" - ] + "tags": ["Platform / Webhooks"] } }, "/v2/organizations/{orgId}/attributes": { @@ -693,9 +667,7 @@ } } }, - "tags": [ - "Orgs / Attributes" - ] + "tags": ["Orgs / Attributes"] }, "post": { "operationId": "OrganizationsAttributesController_createOrganizationAttribute", @@ -741,9 +713,7 @@ } } }, - "tags": [ - "Orgs / Attributes" - ] + "tags": ["Orgs / Attributes"] } }, "/v2/organizations/{orgId}/attributes/{attributeId}": { @@ -789,9 +759,7 @@ } } }, - "tags": [ - "Orgs / Attributes" - ] + "tags": ["Orgs / Attributes"] }, "patch": { "operationId": "OrganizationsAttributesController_updateOrganizationAttribute", @@ -845,9 +813,7 @@ } } }, - "tags": [ - "Orgs / Attributes" - ] + "tags": ["Orgs / Attributes"] }, "delete": { "operationId": "OrganizationsAttributesController_deleteOrganizationAttribute", @@ -891,9 +857,7 @@ } } }, - "tags": [ - "Orgs / Attributes" - ] + "tags": ["Orgs / Attributes"] } }, "/v2/organizations/{orgId}/attributes/{attributeId}/options": { @@ -949,9 +913,7 @@ } } }, - "tags": [ - "Orgs / Attributes / Options" - ] + "tags": ["Orgs / Attributes / Options"] }, "get": { "operationId": "OrganizationsAttributesOptionsController_getOrganizationAttributeOptions", @@ -995,9 +957,7 @@ } } }, - "tags": [ - "Orgs / Attributes / Options" - ] + "tags": ["Orgs / Attributes / Options"] } }, "/v2/organizations/{orgId}/attributes/{attributeId}/options/{optionId}": { @@ -1051,9 +1011,7 @@ } } }, - "tags": [ - "Orgs / Attributes / Options" - ] + "tags": ["Orgs / Attributes / Options"] }, "patch": { "operationId": "OrganizationsAttributesOptionsController_updateOrganizationAttributeOption", @@ -1115,9 +1073,7 @@ } } }, - "tags": [ - "Orgs / Attributes / Options" - ] + "tags": ["Orgs / Attributes / Options"] } }, "/v2/organizations/{orgId}/attributes/{attributeId}/options/assigned": { @@ -1207,9 +1163,7 @@ } } }, - "tags": [ - "Orgs / Attributes / Options" - ] + "tags": ["Orgs / Attributes / Options"] } }, "/v2/organizations/{orgId}/attributes/slugs/{attributeSlug}/options/assigned": { @@ -1299,9 +1253,7 @@ } } }, - "tags": [ - "Orgs / Attributes / Options" - ] + "tags": ["Orgs / Attributes / Options"] } }, "/v2/organizations/{orgId}/attributes/options/{userId}": { @@ -1357,9 +1309,7 @@ } } }, - "tags": [ - "Orgs / Attributes / Options" - ] + "tags": ["Orgs / Attributes / Options"] }, "get": { "operationId": "OrganizationsAttributesOptionsController_getOrganizationAttributeOptionsForUser", @@ -1403,9 +1353,7 @@ } } }, - "tags": [ - "Orgs / Attributes / Options" - ] + "tags": ["Orgs / Attributes / Options"] } }, "/v2/organizations/{orgId}/attributes/options/{userId}/{attributeOptionId}": { @@ -1459,9 +1407,7 @@ } } }, - "tags": [ - "Orgs / Attributes / Options" - ] + "tags": ["Orgs / Attributes / Options"] } }, "/v2/organizations/{orgId}/bookings": { @@ -1506,13 +1452,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "upcoming", - "recurring", - "past", - "cancelled", - "unconfirmed" - ] + "enum": ["upcoming", "recurring", "past", "cancelled", "unconfirmed"] } } }, @@ -1653,10 +1593,7 @@ "description": "Sort results by their start time in ascending or descending order.", "example": "?sortStart=asc OR ?sortStart=desc", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -1667,10 +1604,7 @@ "description": "Sort results by their end time in ascending or descending order.", "example": "?sortEnd=asc OR ?sortEnd=desc", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -1681,10 +1615,7 @@ "description": "Sort results by their creation time (when booking was made) in ascending or descending order.", "example": "?sortCreated=asc OR ?sortCreated=desc", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -1695,10 +1626,7 @@ "description": "Sort results by their updated time (for example when booking status changes) in ascending or descending order.", "example": "?sortUpdated=asc OR ?sortUpdated=desc", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -1755,9 +1683,7 @@ } } }, - "tags": [ - "Orgs / Bookings" - ] + "tags": ["Orgs / Bookings"] } }, "/v2/organizations/{orgId}/delegation-credentials": { @@ -1823,9 +1749,7 @@ } } }, - "tags": [ - "Orgs / Delegation Credentials" - ] + "tags": ["Orgs / Delegation Credentials"] } }, "/v2/organizations/{orgId}/delegation-credentials/{credentialId}": { @@ -1899,9 +1823,7 @@ } } }, - "tags": [ - "Orgs / Delegation Credentials" - ] + "tags": ["Orgs / Delegation Credentials"] } }, "/v2/organizations/{orgId}/memberships": { @@ -1982,9 +1904,7 @@ } } }, - "tags": [ - "Orgs / Memberships" - ] + "tags": ["Orgs / Memberships"] }, "post": { "operationId": "OrganizationsMembershipsController_createMembership", @@ -2048,9 +1968,7 @@ } } }, - "tags": [ - "Orgs / Memberships" - ] + "tags": ["Orgs / Memberships"] } }, "/v2/organizations/{orgId}/memberships/{membershipId}": { @@ -2114,9 +2032,7 @@ } } }, - "tags": [ - "Orgs / Memberships" - ] + "tags": ["Orgs / Memberships"] }, "delete": { "operationId": "OrganizationsMembershipsController_deleteMembership", @@ -2178,9 +2094,7 @@ } } }, - "tags": [ - "Orgs / Memberships" - ] + "tags": ["Orgs / Memberships"] }, "patch": { "operationId": "OrganizationsMembershipsController_updateMembership", @@ -2252,9 +2166,7 @@ } } }, - "tags": [ - "Orgs / Memberships" - ] + "tags": ["Orgs / Memberships"] } }, "/v2/organizations/{orgId}/routing-forms": { @@ -2303,10 +2215,7 @@ "in": "query", "description": "Sort by creation time", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -2316,10 +2225,7 @@ "in": "query", "description": "Sort by update time", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -2398,9 +2304,7 @@ } } }, - "tags": [ - "Orgs / Routing forms" - ] + "tags": ["Orgs / Routing forms"] } }, "/v2/organizations/{orgId}/routing-forms/{routingFormId}/responses": { @@ -2457,10 +2361,7 @@ "in": "query", "description": "Sort by creation time", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -2470,10 +2371,7 @@ "in": "query", "description": "Sort by update time", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -2539,9 +2437,7 @@ } } }, - "tags": [ - "Orgs / Routing forms" - ] + "tags": ["Orgs / Routing forms"] }, "post": { "operationId": "OrganizationsRoutingFormsResponsesController_createRoutingFormResponse", @@ -2619,10 +2515,7 @@ "description": "Format of slot times in response. Use 'range' to get start and end times.", "example": "range", "schema": { - "enum": [ - "range", - "time" - ], + "enum": ["range", "time"], "type": "string" } }, @@ -2659,9 +2552,7 @@ } } }, - "tags": [ - "Orgs / Routing forms" - ] + "tags": ["Orgs / Routing forms"] } }, "/v2/organizations/{orgId}/routing-forms/{routingFormId}/responses/{responseId}": { @@ -2725,9 +2616,7 @@ } } }, - "tags": [ - "Orgs / Routing forms" - ] + "tags": ["Orgs / Routing forms"] } }, "/v2/organizations/{orgId}/schedules": { @@ -2808,9 +2697,7 @@ } } }, - "tags": [ - "Orgs / Schedules" - ] + "tags": ["Orgs / Schedules"] } }, "/v2/organizations/{orgId}/teams": { @@ -2891,9 +2778,7 @@ } } }, - "tags": [ - "Orgs / Teams" - ] + "tags": ["Orgs / Teams"] }, "post": { "operationId": "OrganizationsTeamsController_createTeam", @@ -2957,9 +2842,7 @@ } } }, - "tags": [ - "Orgs / Teams" - ] + "tags": ["Orgs / Teams"] } }, "/v2/organizations/{orgId}/teams/me": { @@ -3040,9 +2923,7 @@ } } }, - "tags": [ - "Orgs / Teams" - ] + "tags": ["Orgs / Teams"] } }, "/v2/organizations/{orgId}/teams/{teamId}": { @@ -3090,9 +2971,7 @@ } } }, - "tags": [ - "Orgs / Teams" - ] + "tags": ["Orgs / Teams"] }, "delete": { "operationId": "OrganizationsTeamsController_deleteTeam", @@ -3154,9 +3033,7 @@ } } }, - "tags": [ - "Orgs / Teams" - ] + "tags": ["Orgs / Teams"] }, "patch": { "operationId": "OrganizationsTeamsController_updateTeam", @@ -3228,9 +3105,7 @@ } } }, - "tags": [ - "Orgs / Teams" - ] + "tags": ["Orgs / Teams"] } }, "/v2/organizations/{orgId}/teams/{teamId}/bookings": { @@ -3275,13 +3150,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "upcoming", - "recurring", - "past", - "cancelled", - "unconfirmed" - ] + "enum": ["upcoming", "recurring", "past", "cancelled", "unconfirmed"] } } }, @@ -3352,10 +3221,7 @@ "description": "Sort results by their start time in ascending or descending order.", "example": "?sortStart=asc OR ?sortStart=desc", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -3366,10 +3232,7 @@ "description": "Sort results by their end time in ascending or descending order.", "example": "?sortEnd=asc OR ?sortEnd=desc", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -3380,10 +3243,7 @@ "description": "Sort results by their creation time (when booking was made) in ascending or descending order.", "example": "?sortCreated=asc OR ?sortCreated=desc", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -3439,15 +3299,13 @@ } } }, - "tags": [ - "Orgs / Teams / Bookings" - ] + "tags": ["Orgs / Teams / Bookings"] } }, "/v2/organizations/{orgId}/teams/{teamId}/bookings/{bookingUid}/references": { "get": { "operationId": "OrganizationsTeamsBookingsController_getBookingReferences", - "summary": "Get 'Booking References' for a booking", + "summary": "Get booking references", "parameters": [ { "name": "Authorization", @@ -3515,9 +3373,7 @@ } } }, - "tags": [ - "Orgs / Teams / Bookings" - ] + "tags": ["Orgs / Teams / Bookings"] } }, "/v2/organizations/{orgId}/teams/{teamId}/conferencing/{app}/connect": { @@ -3547,9 +3403,7 @@ "in": "path", "description": "Conferencing application type", "schema": { - "enum": [ - "google-meet" - ], + "enum": ["google-meet"], "type": "string" } } @@ -3566,9 +3420,7 @@ } } }, - "tags": [ - "Orgs / Teams / Conferencing" - ] + "tags": ["Orgs / Teams / Conferencing"] } }, "/v2/organizations/{orgId}/teams/{teamId}/conferencing/{app}/oauth/auth-url": { @@ -3606,10 +3458,7 @@ "in": "path", "description": "Conferencing application type", "schema": { - "enum": [ - "zoom", - "msteams" - ], + "enum": ["zoom", "msteams"], "type": "string" } }, @@ -3642,9 +3491,7 @@ } } }, - "tags": [ - "Orgs / Teams / Conferencing" - ] + "tags": ["Orgs / Teams / Conferencing"] } }, "/v2/organizations/{orgId}/teams/{teamId}/conferencing": { @@ -3673,9 +3520,7 @@ } } }, - "tags": [ - "Orgs / Teams / Conferencing" - ] + "tags": ["Orgs / Teams / Conferencing"] } }, "/v2/organizations/{orgId}/teams/{teamId}/conferencing/{app}/default": { @@ -3697,12 +3542,7 @@ "in": "path", "description": "Conferencing application type", "schema": { - "enum": [ - "google-meet", - "zoom", - "msteams", - "daily-video" - ], + "enum": ["google-meet", "zoom", "msteams", "daily-video"], "type": "string" } } @@ -3719,9 +3559,7 @@ } } }, - "tags": [ - "Orgs / Teams / Conferencing" - ] + "tags": ["Orgs / Teams / Conferencing"] } }, "/v2/organizations/{orgId}/teams/{teamId}/conferencing/default": { @@ -3743,12 +3581,7 @@ "in": "path", "description": "Conferencing application type", "schema": { - "enum": [ - "google-meet", - "zoom", - "msteams", - "daily-video" - ], + "enum": ["google-meet", "zoom", "msteams", "daily-video"], "type": "string" } } @@ -3765,9 +3598,7 @@ } } }, - "tags": [ - "Orgs / Teams / Conferencing" - ] + "tags": ["Orgs / Teams / Conferencing"] } }, "/v2/organizations/{orgId}/teams/{teamId}/conferencing/{app}/disconnect": { @@ -3789,11 +3620,7 @@ "in": "path", "description": "Conferencing application type", "schema": { - "enum": [ - "google-meet", - "zoom", - "msteams" - ], + "enum": ["google-meet", "zoom", "msteams"], "type": "string" } } @@ -3810,9 +3637,7 @@ } } }, - "tags": [ - "Orgs / Teams / Conferencing" - ] + "tags": ["Orgs / Teams / Conferencing"] } }, "/v2/organizations/{orgId}/teams/{teamId}/conferencing/{app}/oauth/callback": { @@ -3866,9 +3691,7 @@ "description": "" } }, - "tags": [ - "Orgs / Teams / Conferencing" - ] + "tags": ["Orgs / Teams / Conferencing"] } }, "/v2/organizations/{orgId}/teams/{teamId}/event-types": { @@ -3942,9 +3765,7 @@ } } }, - "tags": [ - "Orgs / Teams / Event Types" - ] + "tags": ["Orgs / Teams / Event Types"] }, "get": { "operationId": "OrganizationsEventTypesController_getTeamEventTypes", @@ -4016,9 +3837,7 @@ } } }, - "tags": [ - "Orgs / Teams / Event Types" - ] + "tags": ["Orgs / Teams / Event Types"] } }, "/v2/organizations/{orgId}/teams/{teamId}/event-types/{eventTypeId}": { @@ -4082,9 +3901,7 @@ } } }, - "tags": [ - "Orgs / Teams / Event Types" - ] + "tags": ["Orgs / Teams / Event Types"] }, "patch": { "operationId": "OrganizationsEventTypesController_updateTeamEventType", @@ -4156,9 +3973,7 @@ } } }, - "tags": [ - "Orgs / Teams / Event Types" - ] + "tags": ["Orgs / Teams / Event Types"] }, "delete": { "operationId": "OrganizationsEventTypesController_deleteTeamEventType", @@ -4220,9 +4035,7 @@ } } }, - "tags": [ - "Orgs / Teams / Event Types" - ] + "tags": ["Orgs / Teams / Event Types"] } }, "/v2/organizations/{orgId}/teams/{teamId}/event-types/{eventTypeId}/create-phone-call": { @@ -4296,9 +4109,7 @@ } } }, - "tags": [ - "Orgs / Teams / Event Types" - ] + "tags": ["Orgs / Teams / Event Types"] } }, "/v2/organizations/{orgId}/teams/event-types": { @@ -4379,9 +4190,7 @@ } } }, - "tags": [ - "Orgs / Teams / Event Types" - ] + "tags": ["Orgs / Teams / Event Types"] } }, "/v2/organizations/{orgId}/teams/{teamId}/memberships": { @@ -4470,9 +4279,7 @@ } } }, - "tags": [ - "Orgs / Teams / Memberships" - ] + "tags": ["Orgs / Teams / Memberships"] }, "post": { "operationId": "OrganizationsTeamsMembershipsController_createOrgTeamMembership", @@ -4544,9 +4351,7 @@ } } }, - "tags": [ - "Orgs / Teams / Memberships" - ] + "tags": ["Orgs / Teams / Memberships"] } }, "/v2/organizations/{orgId}/teams/{teamId}/memberships/{membershipId}": { @@ -4618,9 +4423,7 @@ } } }, - "tags": [ - "Orgs / Teams / Memberships" - ] + "tags": ["Orgs / Teams / Memberships"] }, "delete": { "operationId": "OrganizationsTeamsMembershipsController_deleteOrgTeamMembership", @@ -4690,9 +4493,7 @@ } } }, - "tags": [ - "Orgs / Teams / Memberships" - ] + "tags": ["Orgs / Teams / Memberships"] }, "patch": { "operationId": "OrganizationsTeamsMembershipsController_updateOrgTeamMembership", @@ -4772,9 +4573,7 @@ } } }, - "tags": [ - "Orgs / Teams / Memberships" - ] + "tags": ["Orgs / Teams / Memberships"] } }, "/v2/organizations/{orgId}/teams/{teamId}/routing-forms": { @@ -4831,10 +4630,7 @@ "in": "query", "description": "Sort by creation time", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -4844,10 +4640,7 @@ "in": "query", "description": "Sort by update time", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -4913,9 +4706,7 @@ } } }, - "tags": [ - "Orgs / Teams / Routing forms" - ] + "tags": ["Orgs / Teams / Routing forms"] } }, "/v2/organizations/{orgId}/teams/{teamId}/routing-forms/{routingFormId}/responses": { @@ -4980,10 +4771,7 @@ "in": "query", "description": "Sort by creation time", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -4993,10 +4781,7 @@ "in": "query", "description": "Sort by update time", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -5062,9 +4847,7 @@ } } }, - "tags": [ - "Orgs / Teams / Routing forms / Responses" - ] + "tags": ["Orgs / Teams / Routing forms / Responses"] } }, "/v2/organizations/{orgId}/teams/{teamId}/routing-forms/{routingFormId}/responses/{responseId}": { @@ -5128,9 +4911,142 @@ } } }, - "tags": [ - "Orgs / Teams / Routing forms / Responses" - ] + "tags": ["Orgs / Teams / Routing forms / Responses"] + } + }, + "/v2/organizations/{orgId}/teams/{teamId}/stripe/connect": { + "get": { + "operationId": "OrganizationsStripeController_getTeamStripeConnectUrl", + "summary": "Get Stripe connect URL for a team", + "parameters": [ + { + "name": "Authorization", + "required": true, + "in": "header", + "schema": { + "type": "string" + } + }, + { + "name": "teamId", + "required": true, + "in": "path", + "schema": { + "type": "string" + } + }, + { + "name": "orgId", + "required": true, + "in": "path", + "schema": { + "type": "string" + } + }, + { + "name": "returnTo", + "required": true, + "in": "query", + "schema": { + "type": "string" + } + }, + { + "name": "onErrorReturnTo", + "required": true, + "in": "query", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/StripConnectOutputResponseDto" + } + } + } + } + }, + "tags": ["Orgs / Teams / Stripe"] + } + }, + "/v2/organizations/{orgId}/teams/{teamId}/stripe/check": { + "get": { + "operationId": "OrganizationsStripeController_checkTeamStripeConnection", + "summary": "Check team Stripe connection", + "parameters": [ + { + "name": "teamId", + "required": true, + "in": "path", + "schema": { + "type": "number" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/StripCredentialsCheckOutputResponseDto" + } + } + } + } + }, + "tags": ["Orgs / Teams / Stripe"] + } + }, + "/v2/organizations/{orgId}/teams/{teamId}/stripe/save": { + "get": { + "operationId": "OrganizationsStripeController_save", + "summary": "Save Stripe credentials", + "parameters": [ + { + "name": "state", + "required": true, + "in": "query", + "schema": { + "type": "string" + } + }, + { + "name": "code", + "required": true, + "in": "query", + "schema": { + "type": "string" + } + }, + { + "name": "teamId", + "required": true, + "in": "path", + "schema": { + "type": "number" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/StripCredentialsSaveOutputResponseDto" + } + } + } + } + }, + "tags": ["Orgs / Teams / Stripe"] } }, "/v2/organizations/{orgId}/teams/{teamId}/users/{userId}/schedules": { @@ -5186,9 +5102,7 @@ } } }, - "tags": [ - "Orgs / Teams / Users / Schedules" - ] + "tags": ["Orgs / Teams / Users / Schedules"] } }, "/v2/organizations/{orgId}/teams/{teamId}/workflows": { @@ -5277,9 +5191,7 @@ } } }, - "tags": [ - "Orgs / Teams / Workflows" - ] + "tags": ["Orgs / Teams / Workflows"] }, "post": { "operationId": "OrganizationTeamWorkflowsController_createWorkflow", @@ -5343,9 +5255,7 @@ } } }, - "tags": [ - "Orgs / Teams / Workflows" - ] + "tags": ["Orgs / Teams / Workflows"] } }, "/v2/organizations/{orgId}/teams/{teamId}/workflows/{workflowId}": { @@ -5409,9 +5319,7 @@ } } }, - "tags": [ - "Orgs / Teams / Workflows" - ] + "tags": ["Orgs / Teams / Workflows"] }, "patch": { "operationId": "OrganizationTeamWorkflowsController_updateWorkflow", @@ -5483,9 +5391,7 @@ } } }, - "tags": [ - "Orgs / Teams / Workflows" - ] + "tags": ["Orgs / Teams / Workflows"] }, "delete": { "operationId": "OrganizationTeamWorkflowsController_deleteWorkflow", @@ -5540,9 +5446,7 @@ "description": "" } }, - "tags": [ - "Orgs / Teams / Workflows" - ] + "tags": ["Orgs / Teams / Workflows"] } }, "/v2/organizations/{orgId}/users": { @@ -5641,11 +5545,7 @@ "example": "NONE", "schema": { "default": "AND", - "enum": [ - "OR", - "AND", - "NONE" - ], + "enum": ["OR", "AND", "NONE"], "type": "string" } }, @@ -5675,9 +5575,7 @@ } } }, - "tags": [ - "Orgs / Users" - ] + "tags": ["Orgs / Users"] }, "post": { "operationId": "OrganizationsUsersController_createOrganizationUser", @@ -5733,9 +5631,7 @@ } } }, - "tags": [ - "Orgs / Users" - ] + "tags": ["Orgs / Users"] } }, "/v2/organizations/{orgId}/users/{userId}": { @@ -5809,9 +5705,7 @@ } } }, - "tags": [ - "Orgs / Users" - ] + "tags": ["Orgs / Users"] }, "delete": { "operationId": "OrganizationsUsersController_deleteOrganizationUser", @@ -5873,9 +5767,7 @@ } } }, - "tags": [ - "Orgs / Users" - ] + "tags": ["Orgs / Users"] } }, "/v2/organizations/{orgId}/users/{userId}/bookings": { @@ -5936,13 +5828,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "upcoming", - "recurring", - "past", - "cancelled", - "unconfirmed" - ] + "enum": ["upcoming", "recurring", "past", "cancelled", "unconfirmed"] } } }, @@ -6083,10 +5969,7 @@ "description": "Sort results by their start time in ascending or descending order.", "example": "?sortStart=asc OR ?sortStart=desc", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -6097,10 +5980,7 @@ "description": "Sort results by their end time in ascending or descending order.", "example": "?sortEnd=asc OR ?sortEnd=desc", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -6111,10 +5991,7 @@ "description": "Sort results by their creation time (when booking was made) in ascending or descending order.", "example": "?sortCreated=asc OR ?sortCreated=desc", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -6125,10 +6002,7 @@ "description": "Sort results by their updated time (for example when booking status changes) in ascending or descending order.", "example": "?sortUpdated=asc OR ?sortUpdated=desc", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -6160,9 +6034,7 @@ "description": "" } }, - "tags": [ - "Orgs / Users / Bookings" - ] + "tags": ["Orgs / Users / Bookings"] } }, "/v2/organizations/{orgId}/users/{userId}/ooo": { @@ -6237,10 +6109,7 @@ "description": "Sort results by their start time in ascending or descending order.", "example": "?sortStart=asc OR ?sortStart=desc", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -6251,10 +6120,7 @@ "description": "Sort results by their end time in ascending or descending order.", "example": "?sortEnd=asc OR ?sortEnd=desc", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } } @@ -6264,9 +6130,7 @@ "description": "" } }, - "tags": [ - "Orgs / Users / OOO" - ] + "tags": ["Orgs / Users / OOO"] }, "post": { "operationId": "OrganizationsUsersOOOController_createOrganizationUserOOO", @@ -6323,9 +6187,7 @@ "description": "" } }, - "tags": [ - "Orgs / Users / OOO" - ] + "tags": ["Orgs / Users / OOO"] } }, "/v2/organizations/{orgId}/users/{userId}/ooo/{oooId}": { @@ -6392,9 +6254,7 @@ "description": "" } }, - "tags": [ - "Orgs / Users / OOO" - ] + "tags": ["Orgs / Users / OOO"] }, "delete": { "operationId": "OrganizationsUsersOOOController_deleteOrganizationUserOOO", @@ -6441,9 +6301,7 @@ "description": "" } }, - "tags": [ - "Orgs / Users / OOO" - ] + "tags": ["Orgs / Users / OOO"] } }, "/v2/organizations/{orgId}/ooo": { @@ -6518,10 +6376,7 @@ "description": "Sort results by their start time in ascending or descending order.", "example": "?sortStart=asc OR ?sortStart=desc", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -6532,10 +6387,7 @@ "description": "Sort results by their end time in ascending or descending order.", "example": "?sortEnd=asc OR ?sortEnd=desc", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -6555,9 +6407,7 @@ "description": "" } }, - "tags": [ - "Orgs / Users / OOO" - ] + "tags": ["Orgs / Users / OOO"] } }, "/v2/organizations/{orgId}/users/{userId}/schedules": { @@ -6623,9 +6473,7 @@ } } }, - "tags": [ - "Orgs / Users / Schedules" - ] + "tags": ["Orgs / Users / Schedules"] }, "get": { "operationId": "OrganizationsSchedulesController_getUserSchedules", @@ -6679,9 +6527,7 @@ } } }, - "tags": [ - "Orgs / Users / Schedules" - ] + "tags": ["Orgs / Users / Schedules"] } }, "/v2/organizations/{orgId}/users/{userId}/schedules/{scheduleId}": { @@ -6745,9 +6591,7 @@ } } }, - "tags": [ - "Orgs / Users / Schedules" - ] + "tags": ["Orgs / Users / Schedules"] }, "patch": { "operationId": "OrganizationsSchedulesController_updateUserSchedule", @@ -6819,9 +6663,7 @@ } } }, - "tags": [ - "Orgs / Users / Schedules" - ] + "tags": ["Orgs / Users / Schedules"] }, "delete": { "operationId": "OrganizationsSchedulesController_deleteUserSchedule", @@ -6883,9 +6725,7 @@ } } }, - "tags": [ - "Orgs / Users / Schedules" - ] + "tags": ["Orgs / Users / Schedules"] } }, "/v2/organizations/{orgId}/webhooks": { @@ -6966,9 +6806,7 @@ } } }, - "tags": [ - "Orgs / Webhooks" - ] + "tags": ["Orgs / Webhooks"] }, "post": { "operationId": "OrganizationsWebhooksController_createOrganizationWebhook", @@ -7032,9 +6870,7 @@ } } }, - "tags": [ - "Orgs / Webhooks" - ] + "tags": ["Orgs / Webhooks"] } }, "/v2/organizations/{orgId}/webhooks/{webhookId}": { @@ -7090,9 +6926,7 @@ } } }, - "tags": [ - "Orgs / Webhooks" - ] + "tags": ["Orgs / Webhooks"] }, "delete": { "operationId": "OrganizationsWebhooksController_deleteWebhook", @@ -7146,9 +6980,7 @@ } } }, - "tags": [ - "Orgs / Webhooks" - ] + "tags": ["Orgs / Webhooks"] }, "patch": { "operationId": "OrganizationsWebhooksController_updateOrgWebhook", @@ -7212,9 +7044,7 @@ } } }, - "tags": [ - "Orgs / Webhooks" - ] + "tags": ["Orgs / Webhooks"] } }, "/v2/api-keys/refresh": { @@ -7255,9 +7085,7 @@ } } }, - "tags": [ - "Api Keys" - ] + "tags": ["Api Keys"] } }, "/v2/bookings": { @@ -7310,9 +7138,7 @@ } } }, - "tags": [ - "Bookings" - ] + "tags": ["Bookings"] }, "get": { "operationId": "BookingsController_2024_08_13_getBookings", @@ -7338,13 +7164,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "upcoming", - "recurring", - "past", - "cancelled", - "unconfirmed" - ] + "enum": ["upcoming", "recurring", "past", "cancelled", "unconfirmed"] } } }, @@ -7485,10 +7305,7 @@ "description": "Sort results by their start time in ascending or descending order.", "example": "?sortStart=asc OR ?sortStart=desc", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -7499,10 +7316,7 @@ "description": "Sort results by their end time in ascending or descending order.", "example": "?sortEnd=asc OR ?sortEnd=desc", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -7513,10 +7327,7 @@ "description": "Sort results by their creation time (when booking was made) in ascending or descending order.", "example": "?sortCreated=asc OR ?sortCreated=desc", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -7527,10 +7338,7 @@ "description": "Sort results by their updated time (for example when booking status changes) in ascending or descending order.", "example": "?sortUpdated=asc OR ?sortUpdated=desc", "schema": { - "enum": [ - "asc", - "desc" - ], + "enum": ["asc", "desc"], "type": "string" } }, @@ -7578,9 +7386,7 @@ } } }, - "tags": [ - "Bookings" - ] + "tags": ["Bookings"] } }, "/v2/bookings/{bookingUid}": { @@ -7620,9 +7426,7 @@ } } }, - "tags": [ - "Bookings" - ] + "tags": ["Bookings"] } }, "/v2/bookings/{bookingUid}/recordings": { @@ -7662,9 +7466,7 @@ } } }, - "tags": [ - "Bookings" - ] + "tags": ["Bookings"] } }, "/v2/bookings/{bookingUid}/transcripts": { @@ -7704,9 +7506,7 @@ } } }, - "tags": [ - "Bookings" - ] + "tags": ["Bookings"] } }, "/v2/bookings/{bookingUid}/reschedule": { @@ -7764,9 +7564,7 @@ } } }, - "tags": [ - "Bookings" - ] + "tags": ["Bookings"] } }, "/v2/bookings/{bookingUid}/cancel": { @@ -7824,9 +7622,7 @@ } } }, - "tags": [ - "Bookings" - ] + "tags": ["Bookings"] } }, "/v2/bookings/{bookingUid}/mark-absent": { @@ -7885,9 +7681,7 @@ } } }, - "tags": [ - "Bookings" - ] + "tags": ["Bookings"] } }, "/v2/bookings/{bookingUid}/reassign": { @@ -7936,9 +7730,7 @@ } } }, - "tags": [ - "Bookings" - ] + "tags": ["Bookings"] } }, "/v2/bookings/{bookingUid}/reassign/{userId}": { @@ -8005,9 +7797,7 @@ } } }, - "tags": [ - "Bookings" - ] + "tags": ["Bookings"] } }, "/v2/bookings/{bookingUid}/confirm": { @@ -8056,9 +7846,7 @@ } } }, - "tags": [ - "Bookings" - ] + "tags": ["Bookings"] } }, "/v2/bookings/{bookingUid}/decline": { @@ -8117,9 +7905,7 @@ } } }, - "tags": [ - "Bookings" - ] + "tags": ["Bookings"] } }, "/v2/bookings/{bookingUid}/calendar-links": { @@ -8168,15 +7954,13 @@ } } }, - "tags": [ - "Bookings" - ] + "tags": ["Bookings"] } }, "/v2/bookings/{bookingUid}/references": { "get": { "operationId": "BookingsController_2024_08_13_getBookingReferences", - "summary": "Get 'Booking References' for a booking", + "summary": "Get booking references", "parameters": [ { "name": "cal-api-version", @@ -8236,15 +8020,13 @@ } } }, - "tags": [ - "Bookings" - ] + "tags": ["Bookings"] } }, "/v2/calendars/{calendar}/event/{eventUid}": { "get": { "operationId": "CalUnifiedCalendarsController_getCalendarEventDetails", - "summary": "Get meeting Details from calendar", + "summary": "Get meeting details from calendar", "description": "Returns detailed information about a meeting including attendance metrics", "parameters": [ { @@ -8252,9 +8034,7 @@ "required": true, "in": "path", "schema": { - "enum": [ - "google" - ], + "enum": ["google"], "type": "string" } }, @@ -8289,9 +8069,7 @@ } } }, - "tags": [ - "Cal Unified Calendars" - ] + "tags": ["Cal Unified Calendars"] } }, "/v2/calendars/ics-feed/save": { @@ -8331,9 +8109,7 @@ } } }, - "tags": [ - "Calendars" - ] + "tags": ["Calendars"] } }, "/v2/calendars/ics-feed/check": { @@ -8363,9 +8139,7 @@ } } }, - "tags": [ - "Calendars" - ] + "tags": ["Calendars"] } }, "/v2/calendars/busy-times": { @@ -8442,9 +8216,7 @@ } } }, - "tags": [ - "Calendars" - ] + "tags": ["Calendars"] } }, "/v2/calendars": { @@ -8474,9 +8246,7 @@ } } }, - "tags": [ - "Calendars" - ] + "tags": ["Calendars"] } }, "/v2/calendars/{calendar}/connect": { @@ -8498,10 +8268,7 @@ "required": true, "in": "path", "schema": { - "enum": [ - "office365", - "google" - ], + "enum": ["office365", "google"], "type": "string" } }, @@ -8535,9 +8302,7 @@ } } }, - "tags": [ - "Calendars" - ] + "tags": ["Calendars"] } }, "/v2/calendars/{calendar}/save": { @@ -8566,10 +8331,7 @@ "required": true, "in": "path", "schema": { - "enum": [ - "office365", - "google" - ], + "enum": ["office365", "google"], "type": "string" } } @@ -8579,9 +8341,7 @@ "description": "" } }, - "tags": [ - "Calendars" - ] + "tags": ["Calendars"] } }, "/v2/calendars/{calendar}/credentials": { @@ -8594,9 +8354,7 @@ "required": true, "in": "path", "schema": { - "enum": [ - "apple" - ], + "enum": ["apple"], "type": "string" } }, @@ -8625,9 +8383,7 @@ "description": "" } }, - "tags": [ - "Calendars" - ] + "tags": ["Calendars"] } }, "/v2/calendars/{calendar}/check": { @@ -8640,11 +8396,7 @@ "required": true, "in": "path", "schema": { - "enum": [ - "apple", - "google", - "office365" - ], + "enum": ["apple", "google", "office365"], "type": "string" } }, @@ -8670,9 +8422,7 @@ } } }, - "tags": [ - "Calendars" - ] + "tags": ["Calendars"] } }, "/v2/calendars/{calendar}/disconnect": { @@ -8685,11 +8435,7 @@ "required": true, "in": "path", "schema": { - "enum": [ - "apple", - "google", - "office365" - ], + "enum": ["apple", "google", "office365"], "type": "string" } }, @@ -8725,9 +8471,7 @@ } } }, - "tags": [ - "Calendars" - ] + "tags": ["Calendars"] } }, "/v2/conferencing/{app}/connect": { @@ -8741,9 +8485,7 @@ "in": "path", "description": "Conferencing application type", "schema": { - "enum": [ - "google-meet" - ], + "enum": ["google-meet"], "type": "string" } }, @@ -8769,9 +8511,7 @@ } } }, - "tags": [ - "Conferencing" - ] + "tags": ["Conferencing"] } }, "/v2/conferencing/{app}/oauth/auth-url": { @@ -8794,10 +8534,7 @@ "in": "path", "description": "Conferencing application type", "schema": { - "enum": [ - "zoom", - "msteams" - ], + "enum": ["zoom", "msteams"], "type": "string" } }, @@ -8830,9 +8567,7 @@ } } }, - "tags": [ - "Conferencing" - ] + "tags": ["Conferencing"] } }, "/v2/conferencing/{app}/oauth/callback": { @@ -8854,10 +8589,7 @@ "in": "path", "description": "Conferencing application type", "schema": { - "enum": [ - "zoom", - "msteams" - ], + "enum": ["zoom", "msteams"], "type": "string" } }, @@ -8875,9 +8607,7 @@ "description": "" } }, - "tags": [ - "Conferencing" - ] + "tags": ["Conferencing"] } }, "/v2/conferencing": { @@ -8907,9 +8637,7 @@ } } }, - "tags": [ - "Conferencing" - ] + "tags": ["Conferencing"] } }, "/v2/conferencing/{app}/default": { @@ -8923,12 +8651,7 @@ "in": "path", "description": "Conferencing application type", "schema": { - "enum": [ - "google-meet", - "zoom", - "msteams", - "daily-video" - ], + "enum": ["google-meet", "zoom", "msteams", "daily-video"], "type": "string" } }, @@ -8954,9 +8677,7 @@ } } }, - "tags": [ - "Conferencing" - ] + "tags": ["Conferencing"] } }, "/v2/conferencing/default": { @@ -8986,9 +8707,7 @@ } } }, - "tags": [ - "Conferencing" - ] + "tags": ["Conferencing"] } }, "/v2/conferencing/{app}/disconnect": { @@ -9002,11 +8721,7 @@ "in": "path", "description": "Conferencing application type", "schema": { - "enum": [ - "google-meet", - "zoom", - "msteams" - ], + "enum": ["google-meet", "zoom", "msteams"], "type": "string" } }, @@ -9032,9 +8747,7 @@ } } }, - "tags": [ - "Conferencing" - ] + "tags": ["Conferencing"] } }, "/v2/destination-calendars": { @@ -9074,9 +8787,7 @@ } } }, - "tags": [ - "Destination Calendars" - ] + "tags": ["Destination Calendars"] } }, "/v2/event-types": { @@ -9126,9 +8837,7 @@ } } }, - "tags": [ - "Event Types" - ] + "tags": ["Event Types"] }, "get": { "operationId": "EventTypesController_2024_06_14_getEventTypes", @@ -9202,9 +8911,7 @@ } } }, - "tags": [ - "Event Types" - ] + "tags": ["Event Types"] } }, "/v2/event-types/{eventTypeId}": { @@ -9252,9 +8959,7 @@ } } }, - "tags": [ - "Event Types" - ] + "tags": ["Event Types"] }, "patch": { "operationId": "EventTypesController_2024_06_14_updateEventType", @@ -9310,9 +9015,7 @@ } } }, - "tags": [ - "Event Types" - ] + "tags": ["Event Types"] }, "delete": { "operationId": "EventTypesController_2024_06_14_deleteEventType", @@ -9358,9 +9061,7 @@ } } }, - "tags": [ - "Event Types" - ] + "tags": ["Event Types"] } }, "/v2/event-types/{eventTypeId}/webhooks": { @@ -9408,9 +9109,7 @@ } } }, - "tags": [ - "Event Types / Webhooks" - ] + "tags": ["Event Types / Webhooks"] }, "get": { "operationId": "EventTypeWebhooksController_getEventTypeWebhooks", @@ -9471,9 +9170,7 @@ } } }, - "tags": [ - "Event Types / Webhooks" - ] + "tags": ["Event Types / Webhooks"] }, "delete": { "operationId": "EventTypeWebhooksController_deleteAllEventTypeWebhooks", @@ -9509,9 +9206,7 @@ } } }, - "tags": [ - "Event Types / Webhooks" - ] + "tags": ["Event Types / Webhooks"] } }, "/v2/event-types/{eventTypeId}/webhooks/{webhookId}": { @@ -9559,9 +9254,7 @@ } } }, - "tags": [ - "Event Types / Webhooks" - ] + "tags": ["Event Types / Webhooks"] }, "get": { "operationId": "EventTypeWebhooksController_getEventTypeWebhook", @@ -9589,9 +9282,7 @@ } } }, - "tags": [ - "Event Types / Webhooks" - ] + "tags": ["Event Types / Webhooks"] }, "delete": { "operationId": "EventTypeWebhooksController_deleteEventTypeWebhook", @@ -9619,9 +9310,7 @@ } } }, - "tags": [ - "Event Types / Webhooks" - ] + "tags": ["Event Types / Webhooks"] } }, "/v2/organizations/{orgId}/organizations": { @@ -9679,9 +9368,7 @@ } } }, - "tags": [ - "Managed Orgs" - ] + "tags": ["Managed Orgs"] }, "get": { "operationId": "OrganizationsOrganizationsController_getOrganizations", @@ -9752,9 +9439,7 @@ } } }, - "tags": [ - "Managed Orgs" - ] + "tags": ["Managed Orgs"] } }, "/v2/organizations/{orgId}/organizations/{managedOrganizationId}": { @@ -9802,9 +9487,7 @@ } } }, - "tags": [ - "Managed Orgs" - ] + "tags": ["Managed Orgs"] }, "patch": { "operationId": "OrganizationsOrganizationsController_updateOrganization", @@ -9868,9 +9551,7 @@ } } }, - "tags": [ - "Managed Orgs" - ] + "tags": ["Managed Orgs"] }, "delete": { "operationId": "OrganizationsOrganizationsController_deleteOrganization", @@ -9916,9 +9597,7 @@ } } }, - "tags": [ - "Managed Orgs" - ] + "tags": ["Managed Orgs"] } }, "/v2/me": { @@ -9948,9 +9627,7 @@ } } }, - "tags": [ - "Me" - ] + "tags": ["Me"] }, "patch": { "operationId": "MeController_updateMe", @@ -9988,9 +9665,7 @@ } } }, - "tags": [ - "Me" - ] + "tags": ["Me"] } }, "/v2/oauth-clients": { @@ -10030,9 +9705,7 @@ } } }, - "tags": [ - "OAuth Clients" - ] + "tags": ["OAuth Clients"] }, "get": { "operationId": "OAuthClientsController_getOAuthClients", @@ -10060,9 +9733,7 @@ } } }, - "tags": [ - "OAuth Clients" - ] + "tags": ["OAuth Clients"] } }, "/v2/oauth-clients/{clientId}": { @@ -10100,9 +9771,7 @@ } } }, - "tags": [ - "OAuth Clients" - ] + "tags": ["OAuth Clients"] }, "patch": { "operationId": "OAuthClientsController_updateOAuthClient", @@ -10148,9 +9817,7 @@ } } }, - "tags": [ - "OAuth Clients" - ] + "tags": ["OAuth Clients"] }, "delete": { "operationId": "OAuthClientsController_deleteOAuthClient", @@ -10186,16 +9853,14 @@ } } }, - "tags": [ - "OAuth Clients" - ] + "tags": ["OAuth Clients"] } }, "/v2/organizations/{orgId}/teams/{teamId}/verified-resources/emails/verification-code/request": { "post": { "operationId": "OrgTeamsVerifiedResourcesController_requestEmailVerificationCode", - "summary": "Request Email Verification Code", - "description": "Sends a verification code to the email.", + "summary": "Request email verification code", + "description": "Sends a verification code to the email", "parameters": [ { "name": "Authorization", @@ -10229,16 +9894,14 @@ } } }, - "tags": [ - "Organization Team Verified Resources" - ] + "tags": ["Organization Team Verified Resources"] } }, "/v2/organizations/{orgId}/teams/{teamId}/verified-resources/phones/verification-code/request": { "post": { "operationId": "OrgTeamsVerifiedResourcesController_requestPhoneVerificationCode", - "summary": "Request Phone Number Verification Code", - "description": "Sends a verification code to the phone number.", + "summary": "Request phone number verification code", + "description": "Sends a verification code to the phone number", "parameters": [ { "name": "Authorization", @@ -10272,15 +9935,13 @@ } } }, - "tags": [ - "Organization Team Verified Resources" - ] + "tags": ["Organization Team Verified Resources"] } }, "/v2/organizations/{orgId}/teams/{teamId}/verified-resources/emails/verification-code/verify": { "post": { "operationId": "OrgTeamsVerifiedResourcesController_verifyEmail", - "summary": "Verify an email for an org team.", + "summary": "Verify an email for an org team", "description": "Use code to verify an email", "parameters": [ { @@ -10323,15 +9984,13 @@ } } }, - "tags": [ - "Organization Team Verified Resources" - ] + "tags": ["Organization Team Verified Resources"] } }, "/v2/organizations/{orgId}/teams/{teamId}/verified-resources/phones/verification-code/verify": { "post": { "operationId": "OrgTeamsVerifiedResourcesController_verifyPhoneNumber", - "summary": "Verify a phone number for an org team.", + "summary": "Verify a phone number for an org team", "description": "Use code to verify a phone number", "parameters": [ { @@ -10374,15 +10033,13 @@ } } }, - "tags": [ - "Organization Team Verified Resources" - ] + "tags": ["Organization Team Verified Resources"] } }, "/v2/organizations/{orgId}/teams/{teamId}/verified-resources/emails": { "get": { "operationId": "OrgTeamsVerifiedResourcesController_getVerifiedEmails", - "summary": "Get list of verified emails of an org team.", + "summary": "Get list of verified emails of an org team", "parameters": [ { "name": "teamId", @@ -10439,15 +10096,13 @@ } } }, - "tags": [ - "Organization Team Verified Resources" - ] + "tags": ["Organization Team Verified Resources"] } }, "/v2/organizations/{orgId}/teams/{teamId}/verified-resources/phones": { "get": { "operationId": "OrgTeamsVerifiedResourcesController_getVerifiedPhoneNumbers", - "summary": "Get list of verified phone numbers of an org team.", + "summary": "Get list of verified phone numbers of an org team", "parameters": [ { "name": "teamId", @@ -10504,15 +10159,13 @@ } } }, - "tags": [ - "Organization Team Verified Resources" - ] + "tags": ["Organization Team Verified Resources"] } }, "/v2/organizations/{orgId}/teams/{teamId}/verified-resources/emails/{id}": { "get": { "operationId": "OrgTeamsVerifiedResourcesController_getVerifiedEmailById", - "summary": "Get verified email of an org team by id.", + "summary": "Get verified email of an org team by id", "parameters": [ { "name": "id", @@ -10552,15 +10205,13 @@ } } }, - "tags": [ - "Organization Team Verified Resources" - ] + "tags": ["Organization Team Verified Resources"] } }, "/v2/organizations/{orgId}/teams/{teamId}/verified-resources/phones/{id}": { "get": { "operationId": "OrgTeamsVerifiedResourcesController_getVerifiedPhoneById", - "summary": "Get verified phone number of an org team by id.", + "summary": "Get verified phone number of an org team by id", "parameters": [ { "name": "teamId", @@ -10600,150 +10251,7 @@ } } }, - "tags": [ - "Organization Team Verified Resources" - ] - } - }, - "/v2/organizations/{orgId}/teams/{teamId}/stripe/connect": { - "get": { - "operationId": "OrganizationsStripeController_getTeamStripeConnectUrl", - "summary": "Get Stripe connect URL for a team", - "parameters": [ - { - "name": "Authorization", - "required": true, - "in": "header", - "schema": { - "type": "string" - } - }, - { - "name": "teamId", - "required": true, - "in": "path", - "schema": { - "type": "string" - } - }, - { - "name": "orgId", - "required": true, - "in": "path", - "schema": { - "type": "string" - } - }, - { - "name": "returnTo", - "required": true, - "in": "query", - "schema": { - "type": "string" - } - }, - { - "name": "onErrorReturnTo", - "required": true, - "in": "query", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/StripConnectOutputResponseDto" - } - } - } - } - }, - "tags": [ - "Organizations/Teams Stripe" - ] - } - }, - "/v2/organizations/{orgId}/teams/{teamId}/stripe/check": { - "get": { - "operationId": "OrganizationsStripeController_checkTeamStripeConnection", - "summary": "Check team Stripe connection", - "parameters": [ - { - "name": "teamId", - "required": true, - "in": "path", - "schema": { - "type": "number" - } - } - ], - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/StripCredentialsCheckOutputResponseDto" - } - } - } - } - }, - "tags": [ - "Organizations/Teams Stripe" - ] - } - }, - "/v2/organizations/{orgId}/teams/{teamId}/stripe/save": { - "get": { - "operationId": "OrganizationsStripeController_save", - "summary": "Save Stripe credentials", - "parameters": [ - { - "name": "state", - "required": true, - "in": "query", - "schema": { - "type": "string" - } - }, - { - "name": "code", - "required": true, - "in": "query", - "schema": { - "type": "string" - } - }, - { - "name": "teamId", - "required": true, - "in": "path", - "schema": { - "type": "number" - } - } - ], - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/StripCredentialsSaveOutputResponseDto" - } - } - } - } - }, - "tags": [ - "Organizations/Teams Stripe" - ] + "tags": ["Organization Team Verified Resources"] } }, "/v2/routing-forms/{routingFormId}/calculate-slots": { @@ -10808,10 +10316,7 @@ "description": "Format of slot times in response. Use 'range' to get start and end times.", "example": "range", "schema": { - "enum": [ - "range", - "time" - ], + "enum": ["range", "time"], "type": "string" } }, @@ -10846,9 +10351,7 @@ } } }, - "tags": [ - "Routing forms" - ] + "tags": ["Routing forms"] } }, "/v2/schedules": { @@ -10899,9 +10402,7 @@ } } }, - "tags": [ - "Schedules" - ] + "tags": ["Schedules"] }, "get": { "operationId": "SchedulesController_2024_06_11_getSchedules", @@ -10940,9 +10441,7 @@ } } }, - "tags": [ - "Schedules" - ] + "tags": ["Schedules"] } }, "/v2/schedules/default": { @@ -10983,9 +10482,7 @@ } } }, - "tags": [ - "Schedules" - ] + "tags": ["Schedules"] } }, "/v2/schedules/{scheduleId}": { @@ -11033,9 +10530,7 @@ } } }, - "tags": [ - "Schedules" - ] + "tags": ["Schedules"] }, "patch": { "operationId": "SchedulesController_2024_06_11_updateSchedule", @@ -11091,9 +10586,7 @@ } } }, - "tags": [ - "Schedules" - ] + "tags": ["Schedules"] }, "delete": { "operationId": "SchedulesController_2024_06_11_deleteSchedule", @@ -11139,9 +10632,7 @@ } } }, - "tags": [ - "Schedules" - ] + "tags": ["Schedules"] } }, "/v2/selected-calendars": { @@ -11181,9 +10672,7 @@ } } }, - "tags": [ - "Selected Calendars" - ] + "tags": ["Selected Calendars"] }, "delete": { "operationId": "SelectedCalendarsController_deleteSelectedCalendar", @@ -11243,9 +10732,7 @@ } } }, - "tags": [ - "Selected Calendars" - ] + "tags": ["Selected Calendars"] } }, "/v2/slots": { @@ -11448,9 +10935,7 @@ } } }, - "tags": [ - "Slots" - ] + "tags": ["Slots"] } }, "/v2/slots/reservations": { @@ -11510,9 +10995,7 @@ } } }, - "tags": [ - "Slots" - ] + "tags": ["Slots"] } }, "/v2/slots/reservations/{uid}": { @@ -11551,9 +11034,7 @@ } } }, - "tags": [ - "Slots" - ] + "tags": ["Slots"] }, "patch": { "operationId": "SlotsController_2024_09_04_updateReservedSlot", @@ -11600,9 +11081,7 @@ } } }, - "tags": [ - "Slots" - ] + "tags": ["Slots"] }, "delete": { "operationId": "SlotsController_2024_09_04_deleteReservedSlot", @@ -11642,9 +11121,7 @@ } } }, - "tags": [ - "Slots" - ] + "tags": ["Slots"] } }, "/v2/stripe/connect": { @@ -11674,9 +11151,7 @@ } } }, - "tags": [ - "Stripe" - ] + "tags": ["Stripe"] } }, "/v2/stripe/save": { @@ -11713,9 +11188,7 @@ } } }, - "tags": [ - "Stripe" - ] + "tags": ["Stripe"] } }, "/v2/stripe/check": { @@ -11745,9 +11218,7 @@ } } }, - "tags": [ - "Stripe" - ] + "tags": ["Stripe"] } }, "/v2/teams": { @@ -11787,9 +11258,7 @@ } } }, - "tags": [ - "Teams" - ] + "tags": ["Teams"] }, "get": { "operationId": "TeamsController_getTeams", @@ -11817,9 +11286,7 @@ } } }, - "tags": [ - "Teams" - ] + "tags": ["Teams"] } }, "/v2/teams/{teamId}": { @@ -11857,9 +11324,7 @@ } } }, - "tags": [ - "Teams" - ] + "tags": ["Teams"] }, "patch": { "operationId": "TeamsController_updateTeam", @@ -11905,9 +11370,7 @@ } } }, - "tags": [ - "Teams" - ] + "tags": ["Teams"] }, "delete": { "operationId": "TeamsController_deleteTeam", @@ -11943,9 +11406,7 @@ } } }, - "tags": [ - "Teams" - ] + "tags": ["Teams"] } }, "/v2/teams/{teamId}/event-types": { @@ -11993,9 +11454,7 @@ } } }, - "tags": [ - "Teams / Event Types" - ] + "tags": ["Teams / Event Types"] }, "get": { "operationId": "TeamsEventTypesController_getTeamEventTypes", @@ -12040,9 +11499,7 @@ } } }, - "tags": [ - "Teams / Event Types" - ] + "tags": ["Teams / Event Types"] } }, "/v2/teams/{teamId}/event-types/{eventTypeId}": { @@ -12088,9 +11545,7 @@ } } }, - "tags": [ - "Teams / Event Types" - ] + "tags": ["Teams / Event Types"] }, "patch": { "operationId": "TeamsEventTypesController_updateTeamEventType", @@ -12144,9 +11599,7 @@ } } }, - "tags": [ - "Teams / Event Types" - ] + "tags": ["Teams / Event Types"] }, "delete": { "operationId": "TeamsEventTypesController_deleteTeamEventType", @@ -12190,9 +11643,7 @@ } } }, - "tags": [ - "Teams / Event Types" - ] + "tags": ["Teams / Event Types"] } }, "/v2/teams/{teamId}/event-types/{eventTypeId}/create-phone-call": { @@ -12248,9 +11699,7 @@ } } }, - "tags": [ - "Teams / Event Types" - ] + "tags": ["Teams / Event Types"] } }, "/v2/teams/{teamId}/memberships": { @@ -12298,9 +11747,7 @@ } } }, - "tags": [ - "Teams / Memberships" - ] + "tags": ["Teams / Memberships"] }, "get": { "operationId": "TeamsMembershipsController_getTeamMemberships", @@ -12361,9 +11808,7 @@ } } }, - "tags": [ - "Teams / Memberships" - ] + "tags": ["Teams / Memberships"] } }, "/v2/teams/{teamId}/memberships/{membershipId}": { @@ -12409,9 +11854,7 @@ } } }, - "tags": [ - "Teams / Memberships" - ] + "tags": ["Teams / Memberships"] }, "patch": { "operationId": "TeamsMembershipsController_updateTeamMembership", @@ -12465,9 +11908,7 @@ } } }, - "tags": [ - "Teams / Memberships" - ] + "tags": ["Teams / Memberships"] }, "delete": { "operationId": "TeamsMembershipsController_deleteTeamMembership", @@ -12511,16 +11952,14 @@ } } }, - "tags": [ - "Teams / Memberships" - ] + "tags": ["Teams / Memberships"] } }, "/v2/teams/{teamId}/verified-resources/emails/verification-code/request": { "post": { "operationId": "TeamsVerifiedResourcesController_requestEmailVerificationCode", - "summary": "Request Email Verification Code", - "description": "Sends a verification code to the Email.", + "summary": "Request email verification code", + "description": "Sends a verification code to the Email", "parameters": [ { "name": "Authorization", @@ -12554,16 +11993,14 @@ } } }, - "tags": [ - "Teams Verified Resources" - ] + "tags": ["Teams Verified Resources"] } }, "/v2/teams/{teamId}/verified-resources/phones/verification-code/request": { "post": { "operationId": "TeamsVerifiedResourcesController_requestPhoneVerificationCode", - "summary": "Request Phone Number Verification Code", - "description": "Sends a verification code to the phone number.", + "summary": "Request phone number verification code", + "description": "Sends a verification code to the phone number", "parameters": [ { "name": "Authorization", @@ -12597,15 +12034,13 @@ } } }, - "tags": [ - "Teams Verified Resources" - ] + "tags": ["Teams Verified Resources"] } }, "/v2/teams/{teamId}/verified-resources/emails/verification-code/verify": { "post": { "operationId": "TeamsVerifiedResourcesController_verifyEmail", - "summary": "Verify an email for a team.", + "summary": "Verify an email for a team", "description": "Use code to verify an email", "parameters": [ { @@ -12648,15 +12083,13 @@ } } }, - "tags": [ - "Teams Verified Resources" - ] + "tags": ["Teams Verified Resources"] } }, "/v2/teams/{teamId}/verified-resources/phones/verification-code/verify": { "post": { "operationId": "TeamsVerifiedResourcesController_verifyPhoneNumber", - "summary": "Verify a phone number for an org team.", + "summary": "Verify a phone number for an org team", "description": "Use code to verify a phone number", "parameters": [ { @@ -12699,15 +12132,13 @@ } } }, - "tags": [ - "Teams Verified Resources" - ] + "tags": ["Teams Verified Resources"] } }, "/v2/teams/{teamId}/verified-resources/emails": { "get": { "operationId": "TeamsVerifiedResourcesController_getVerifiedEmails", - "summary": "Get list of verified emails of a team.", + "summary": "Get list of verified emails of a team", "parameters": [ { "name": "teamId", @@ -12764,15 +12195,13 @@ } } }, - "tags": [ - "Teams Verified Resources" - ] + "tags": ["Teams Verified Resources"] } }, "/v2/teams/{teamId}/verified-resources/phones": { "get": { "operationId": "TeamsVerifiedResourcesController_getVerifiedPhoneNumbers", - "summary": "Get list of verified phone numbers of a team.", + "summary": "Get list of verified phone numbers of a team", "parameters": [ { "name": "teamId", @@ -12829,15 +12258,13 @@ } } }, - "tags": [ - "Teams Verified Resources" - ] + "tags": ["Teams Verified Resources"] } }, "/v2/teams/{teamId}/verified-resources/emails/{id}": { "get": { "operationId": "TeamsVerifiedResourcesController_getVerifiedEmailById", - "summary": "Get verified email of a team by id.", + "summary": "Get verified email of a team by id", "parameters": [ { "name": "id", @@ -12877,15 +12304,13 @@ } } }, - "tags": [ - "Teams Verified Resources" - ] + "tags": ["Teams Verified Resources"] } }, "/v2/teams/{teamId}/verified-resources/phones/{id}": { "get": { "operationId": "TeamsVerifiedResourcesController_getVerifiedPhoneById", - "summary": "Get verified phone number of a team by id.", + "summary": "Get verified phone number of a team by id", "parameters": [ { "name": "teamId", @@ -12925,16 +12350,14 @@ } } }, - "tags": [ - "Teams Verified Resources" - ] + "tags": ["Teams Verified Resources"] } }, "/v2/verified-resources/emails/verification-code/request": { "post": { "operationId": "UserVerifiedResourcesController_requestEmailVerificationCode", - "summary": "Request Email Verification Code", - "description": "Sends a verification code to the email.", + "summary": "Request email verification code", + "description": "Sends a verification code to the email", "parameters": [ { "name": "Authorization", @@ -12968,16 +12391,14 @@ } } }, - "tags": [ - "Verified Resources" - ] + "tags": ["Verified Resources"] } }, "/v2/verified-resources/phones/verification-code/request": { "post": { "operationId": "UserVerifiedResourcesController_requestPhoneVerificationCode", - "summary": "Request Phone Number Verification Code", - "description": "Sends a verification code to the phone number.", + "summary": "Request phone number verification code", + "description": "Sends a verification code to the phone number", "parameters": [ { "name": "Authorization", @@ -13011,15 +12432,13 @@ } } }, - "tags": [ - "Verified Resources" - ] + "tags": ["Verified Resources"] } }, "/v2/verified-resources/emails/verification-code/verify": { "post": { "operationId": "UserVerifiedResourcesController_verifyEmail", - "summary": "Verify an email.", + "summary": "Verify an email", "description": "Use code to verify an email", "parameters": [ { @@ -13054,15 +12473,13 @@ } } }, - "tags": [ - "Verified Resources" - ] + "tags": ["Verified Resources"] } }, "/v2/verified-resources/phones/verification-code/verify": { "post": { "operationId": "UserVerifiedResourcesController_verifyPhoneNumber", - "summary": "Verify a phone number.", + "summary": "Verify a phone number", "description": "Use code to verify a phone number", "parameters": [ { @@ -13097,15 +12514,13 @@ } } }, - "tags": [ - "Verified Resources" - ] + "tags": ["Verified Resources"] } }, "/v2/verified-resources/emails": { "get": { "operationId": "UserVerifiedResourcesController_getVerifiedEmails", - "summary": "Get list of verified emails.", + "summary": "Get list of verified emails", "parameters": [ { "name": "take", @@ -13154,15 +12569,13 @@ } } }, - "tags": [ - "Verified Resources" - ] + "tags": ["Verified Resources"] } }, "/v2/verified-resources/phones": { "get": { "operationId": "UserVerifiedResourcesController_getVerifiedPhoneNumbers", - "summary": "Get list of verified phone numbers.", + "summary": "Get list of verified phone numbers", "parameters": [ { "name": "take", @@ -13211,15 +12624,13 @@ } } }, - "tags": [ - "Verified Resources" - ] + "tags": ["Verified Resources"] } }, "/v2/verified-resources/emails/{id}": { "get": { "operationId": "UserVerifiedResourcesController_getVerifiedEmailById", - "summary": "Get verified email by id.", + "summary": "Get verified email by id", "parameters": [ { "name": "id", @@ -13251,15 +12662,13 @@ } } }, - "tags": [ - "Verified Resources" - ] + "tags": ["Verified Resources"] } }, "/v2/verified-resources/phones/{id}": { "get": { "operationId": "UserVerifiedResourcesController_getVerifiedPhoneById", - "summary": "Get verified phone number by id.", + "summary": "Get verified phone number by id", "parameters": [ { "name": "id", @@ -13291,9 +12700,7 @@ } } }, - "tags": [ - "Verified Resources" - ] + "tags": ["Verified Resources"] } }, "/v2/webhooks": { @@ -13333,9 +12740,7 @@ } } }, - "tags": [ - "Webhooks" - ] + "tags": ["Webhooks"] }, "get": { "operationId": "WebhooksController_getWebhooks", @@ -13389,9 +12794,7 @@ } } }, - "tags": [ - "Webhooks" - ] + "tags": ["Webhooks"] } }, "/v2/webhooks/{webhookId}": { @@ -13439,9 +12842,7 @@ } } }, - "tags": [ - "Webhooks" - ] + "tags": ["Webhooks"] }, "get": { "operationId": "WebhooksController_getWebhook", @@ -13469,9 +12870,7 @@ } } }, - "tags": [ - "Webhooks" - ] + "tags": ["Webhooks"] }, "delete": { "operationId": "WebhooksController_deleteWebhook", @@ -13507,9 +12906,7 @@ } } }, - "tags": [ - "Webhooks" - ] + "tags": ["Webhooks"] } } }, @@ -13651,10 +13048,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -13663,10 +13057,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "CreateManagedUserInput": { "type": "object", @@ -13682,25 +13073,14 @@ }, "timeFormat": { "type": "number", - "enum": [ - 12, - 24 - ], + "enum": [12, 24], "example": 12, "description": "Must be a number 12 or 24" }, "weekStart": { "type": "string", "example": "Monday", - "enum": [ - "Monday", - "Tuesday", - "Wednesday", - "Thursday", - "Friday", - "Saturday", - "Sunday" - ] + "enum": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"] }, "timeZone": { "type": "string", @@ -13773,10 +13153,7 @@ } } }, - "required": [ - "email", - "name" - ] + "required": ["email", "name"] }, "CreateManagedUserData": { "type": "object", @@ -13799,13 +13176,7 @@ "type": "number" } }, - "required": [ - "accessToken", - "refreshToken", - "user", - "accessTokenExpiresAt", - "refreshTokenExpiresAt" - ] + "required": ["accessToken", "refreshToken", "user", "accessTokenExpiresAt", "refreshTokenExpiresAt"] }, "CreateManagedUserOutput": { "type": "object", @@ -13813,10 +13184,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/CreateManagedUserData" @@ -13825,10 +13193,7 @@ "type": "object" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "GetManagedUserOutput": { "type": "object", @@ -13836,19 +13201,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/ManagedUserOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UpdateManagedUserInput": { "type": "object", @@ -13861,10 +13220,7 @@ }, "timeFormat": { "type": "number", - "enum": [ - 12, - 24 - ], + "enum": [12, 24], "example": 12, "description": "Must be 12 or 24" }, @@ -13873,15 +13229,7 @@ }, "weekStart": { "type": "string", - "enum": [ - "Monday", - "Tuesday", - "Wednesday", - "Thursday", - "Friday", - "Saturday", - "Sunday" - ], + "enum": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"], "example": "Monday" }, "timeZone": { @@ -13972,12 +13320,7 @@ "type": "number" } }, - "required": [ - "accessToken", - "refreshToken", - "accessTokenExpiresAt", - "refreshTokenExpiresAt" - ] + "required": ["accessToken", "refreshToken", "accessTokenExpiresAt", "refreshTokenExpiresAt"] }, "KeysResponseDto": { "type": "object", @@ -13985,19 +13328,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/KeysDto" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "CreateOAuthClientInput": { "type": "object", @@ -14057,11 +13394,7 @@ "description": "If true and if managed user has calendar connected, calendar events will be created. Disable it if you manually create calendar events. Default to true." } }, - "required": [ - "name", - "redirectUris", - "permissions" - ] + "required": ["name", "redirectUris", "permissions"] }, "CreateOAuthClientOutput": { "type": "object", @@ -14075,20 +13408,14 @@ "example": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoib2F1dGgtY2xpZW50Iiwi" } }, - "required": [ - "clientId", - "clientSecret" - ] + "required": ["clientId", "clientSecret"] }, "CreateOAuthClientResponseDto": { "type": "object", "properties": { "status": { "type": "string", - "enum": [ - "success", - "error" - ], + "enum": ["success", "error"], "example": "success" }, "data": { @@ -14103,10 +13430,7 @@ ] } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "PlatformOAuthClientDto": { "type": "object", @@ -14141,19 +13465,14 @@ "PROFILE_WRITE" ] }, - "example": [ - "BOOKING_READ", - "BOOKING_WRITE" - ] + "example": ["BOOKING_READ", "BOOKING_WRITE"] }, "logo": { "type": "object", "example": "https://example.com/logo.png" }, "redirectUris": { - "example": [ - "https://example.com/callback" - ], + "example": ["https://example.com/callback"], "type": "array", "items": { "type": "string" @@ -14214,10 +13533,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -14226,10 +13542,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "GetOAuthClientResponseDto": { "type": "object", @@ -14237,19 +13550,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/PlatformOAuthClientDto" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UpdateOAuthClientInput": { "type": "object", @@ -14296,9 +13603,7 @@ "description": "Managed user's refresh token." } }, - "required": [ - "refreshToken" - ] + "required": ["refreshToken"] }, "RefreshApiKeyInput": { "type": "object", @@ -14324,9 +13629,7 @@ "type": "string" } }, - "required": [ - "apiKey" - ] + "required": ["apiKey"] }, "RefreshApiKeyOutput": { "type": "object", @@ -14334,48 +13637,31 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/ApiKeyOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "BookerLayouts_2024_06_14": { "type": "object", "properties": { "defaultLayout": { "type": "string", - "enum": [ - "month", - "week", - "column" - ] + "enum": ["month", "week", "column"] }, "enabledLayouts": { "type": "array", "description": "Array of valid layouts - month, week or column", "items": { "type": "string", - "enum": [ - "month", - "week", - "column" - ] + "enum": ["month", "week", "column"] } } }, - "required": [ - "defaultLayout", - "enabledLayouts" - ] + "required": ["defaultLayout", "enabledLayouts"] }, "EventTypeColor_2024_06_14": { "type": "object", @@ -14391,10 +13677,7 @@ "example": "#fafafa" } }, - "required": [ - "lightThemeHex", - "darkThemeHex" - ] + "required": ["lightThemeHex", "darkThemeHex"] }, "DestinationCalendar_2024_06_14": { "type": "object", @@ -14408,10 +13691,7 @@ "description": "The external ID of the destination calendar. Refer to the /api/v2/calendars endpoint to retrieve the external IDs of your connected calendars." } }, - "required": [ - "integration", - "externalId" - ] + "required": ["integration", "externalId"] }, "InputAddressLocation_2024_06_14": { "type": "object", @@ -14429,11 +13709,7 @@ "type": "boolean" } }, - "required": [ - "type", - "address", - "public" - ] + "required": ["type", "address", "public"] }, "InputLinkLocation_2024_06_14": { "type": "object", @@ -14451,11 +13727,7 @@ "type": "boolean" } }, - "required": [ - "type", - "link", - "public" - ] + "required": ["type", "link", "public"] }, "InputIntegrationLocation_2024_06_14": { "type": "object", @@ -14468,18 +13740,10 @@ "integration": { "type": "string", "example": "cal-video", - "enum": [ - "cal-video", - "google-meet", - "office365-video", - "zoom" - ] + "enum": ["cal-video", "google-meet", "office365-video", "zoom"] } }, - "required": [ - "type", - "integration" - ] + "required": ["type", "integration"] }, "InputPhoneLocation_2024_06_14": { "type": "object", @@ -14497,11 +13761,7 @@ "type": "boolean" } }, - "required": [ - "type", - "phone", - "public" - ] + "required": ["type", "phone", "public"] }, "PhoneFieldInput_2024_06_14": { "type": "object", @@ -14534,14 +13794,7 @@ "description": "If true show under event type settings but don't show this booking field in the Booker. If false show in both." } }, - "required": [ - "type", - "slug", - "label", - "required", - "placeholder", - "hidden" - ] + "required": ["type", "slug", "label", "required", "placeholder", "hidden"] }, "AddressFieldInput_2024_06_14": { "type": "object", @@ -14576,14 +13829,7 @@ "description": "If true show under event type settings but don't show this booking field in the Booker. If false show in both." } }, - "required": [ - "type", - "slug", - "label", - "required", - "placeholder", - "hidden" - ] + "required": ["type", "slug", "label", "required", "placeholder", "hidden"] }, "TextFieldInput_2024_06_14": { "type": "object", @@ -14618,14 +13864,7 @@ "description": "If true show under event type settings but don't show this booking field in the Booker. If false show in both." } }, - "required": [ - "type", - "slug", - "label", - "required", - "placeholder", - "hidden" - ] + "required": ["type", "slug", "label", "required", "placeholder", "hidden"] }, "NumberFieldInput_2024_06_14": { "type": "object", @@ -14660,14 +13899,7 @@ "description": "If true show under event type settings but don't show this booking field in the Booker. If false show in both." } }, - "required": [ - "type", - "slug", - "label", - "required", - "placeholder", - "hidden" - ] + "required": ["type", "slug", "label", "required", "placeholder", "hidden"] }, "TextAreaFieldInput_2024_06_14": { "type": "object", @@ -14702,14 +13934,7 @@ "description": "If true show under event type settings but don't show this booking field in the Booker. If false show in both." } }, - "required": [ - "type", - "slug", - "label", - "required", - "placeholder", - "hidden" - ] + "required": ["type", "slug", "label", "required", "placeholder", "hidden"] }, "SelectFieldInput_2024_06_14": { "type": "object", @@ -14736,10 +13961,7 @@ "example": "Select..." }, "options": { - "example": [ - "Option 1", - "Option 2" - ], + "example": ["Option 1", "Option 2"], "type": "array", "items": { "type": "string" @@ -14754,15 +13976,7 @@ "description": "If true show under event type settings but don't show this booking field in the Booker. If false show in both." } }, - "required": [ - "type", - "slug", - "label", - "required", - "placeholder", - "options", - "hidden" - ] + "required": ["type", "slug", "label", "required", "placeholder", "options", "hidden"] }, "MultiSelectFieldInput_2024_06_14": { "type": "object", @@ -14785,10 +13999,7 @@ "type": "boolean" }, "options": { - "example": [ - "Option 1", - "Option 2" - ], + "example": ["Option 1", "Option 2"], "type": "array", "items": { "type": "string" @@ -14803,14 +14014,7 @@ "description": "If true show under event type settings but don't show this booking field in the Booker. If false show in both." } }, - "required": [ - "type", - "slug", - "label", - "required", - "options", - "hidden" - ] + "required": ["type", "slug", "label", "required", "options", "hidden"] }, "MultiEmailFieldInput_2024_06_14": { "type": "object", @@ -14845,14 +14049,7 @@ "description": "If true show under event type settings but don't show this booking field in the Booker. If false show in both." } }, - "required": [ - "type", - "slug", - "label", - "required", - "placeholder", - "hidden" - ] + "required": ["type", "slug", "label", "required", "placeholder", "hidden"] }, "CheckboxGroupFieldInput_2024_06_14": { "type": "object", @@ -14875,10 +14072,7 @@ "type": "boolean" }, "options": { - "example": [ - "Checkbox 1", - "Checkbox 2" - ], + "example": ["Checkbox 1", "Checkbox 2"], "type": "array", "items": { "type": "string" @@ -14893,14 +14087,7 @@ "description": "If true show under event type settings but don't show this booking field in the Booker. If false show in both." } }, - "required": [ - "type", - "slug", - "label", - "required", - "options", - "hidden" - ] + "required": ["type", "slug", "label", "required", "options", "hidden"] }, "RadioGroupFieldInput_2024_06_14": { "type": "object", @@ -14923,10 +14110,7 @@ "type": "boolean" }, "options": { - "example": [ - "Radio 1", - "Radio 2" - ], + "example": ["Radio 1", "Radio 2"], "type": "array", "items": { "type": "string" @@ -14941,14 +14125,7 @@ "description": "If true show under event type settings but don't show this booking field in the Booker. If false show in both." } }, - "required": [ - "type", - "slug", - "label", - "required", - "options", - "hidden" - ] + "required": ["type", "slug", "label", "required", "options", "hidden"] }, "BooleanFieldInput_2024_06_14": { "type": "object", @@ -14978,13 +14155,7 @@ "description": "If true show under event type settings but don't show this booking field in the Booker. If false show in both." } }, - "required": [ - "type", - "slug", - "label", - "required", - "hidden" - ] + "required": ["type", "slug", "label", "required", "hidden"] }, "UrlFieldInput_2024_06_14": { "type": "object", @@ -15019,25 +14190,14 @@ "description": "If true show under event type settings but don't show this booking field in the Booker. If false show in both." } }, - "required": [ - "type", - "slug", - "label", - "required", - "placeholder", - "hidden" - ] + "required": ["type", "slug", "label", "required", "placeholder", "hidden"] }, "BusinessDaysWindow_2024_06_14": { "type": "object", "properties": { "type": { "type": "string", - "enum": [ - "businessDays", - "calendarDays", - "range" - ], + "enum": ["businessDays", "calendarDays", "range"], "description": "Whether the window should be business days, calendar days or a range of dates" }, "value": { @@ -15051,21 +14211,14 @@ "description": "\n Determines the behavior of the booking window:\n - If **true**, the window is rolling. This means the number of available days will always be equal the specified 'value' \n and adjust dynamically as bookings are made. For example, if 'value' is 3 and availability is only on Mondays, \n a booker attempting to schedule on November 10 will see slots on November 11, 18, and 25. As one of these days \n becomes fully booked, a new day (e.g., December 2) will open up to ensure 3 available days are always visible.\n - If **false**, the window is fixed. This means the booking window only considers the next 'value' days from the\n moment someone is trying to book. For example, if 'value' is 3, availability is only on Mondays, and the current \n date is November 10, the booker will only see slots on November 11 because the window is restricted to the next \n 3 calendar days (November 10–12).\n " } }, - "required": [ - "type", - "value" - ] + "required": ["type", "value"] }, "CalendarDaysWindow_2024_06_14": { "type": "object", "properties": { "type": { "type": "string", - "enum": [ - "businessDays", - "calendarDays", - "range" - ], + "enum": ["businessDays", "calendarDays", "range"], "description": "Whether the window should be business days, calendar days or a range of dates" }, "value": { @@ -15079,28 +14232,18 @@ "description": "\n Determines the behavior of the booking window:\n - If **true**, the window is rolling. This means the number of available days will always be equal the specified 'value' \n and adjust dynamically as bookings are made. For example, if 'value' is 3 and availability is only on Mondays, \n a booker attempting to schedule on November 10 will see slots on November 11, 18, and 25. As one of these days \n becomes fully booked, a new day (e.g., December 2) will open up to ensure 3 available days are always visible.\n - If **false**, the window is fixed. This means the booking window only considers the next 'value' days from the\n moment someone is trying to book. For example, if 'value' is 3, availability is only on Mondays, and the current \n date is November 10, the booker will only see slots on November 11 because the window is restricted to the next \n 3 calendar days (November 10–12).\n " } }, - "required": [ - "type", - "value" - ] + "required": ["type", "value"] }, "RangeWindow_2024_06_14": { "type": "object", "properties": { "type": { "type": "string", - "enum": [ - "businessDays", - "calendarDays", - "range" - ], + "enum": ["businessDays", "calendarDays", "range"], "description": "Whether the window should be business days, calendar days or a range of dates" }, "value": { - "example": [ - "2030-09-05", - "2030-09-09" - ], + "example": ["2030-09-05", "2030-09-09"], "description": "Date range for when this event can be booked.", "type": "array", "items": { @@ -15108,10 +14251,7 @@ } } }, - "required": [ - "type", - "value" - ] + "required": ["type", "value"] }, "BaseBookingLimitsCount_2024_06_14": { "type": "object", @@ -15152,9 +14292,7 @@ "default": false } }, - "required": [ - "disabled" - ] + "required": ["disabled"] }, "BaseBookingLimitsDuration_2024_06_14": { "type": "object", @@ -15196,18 +14334,10 @@ }, "frequency": { "type": "string", - "enum": [ - "yearly", - "monthly", - "weekly" - ] + "enum": ["yearly", "monthly", "weekly"] } }, - "required": [ - "interval", - "occurrences", - "frequency" - ] + "required": ["interval", "occurrences", "frequency"] }, "NoticeThreshold_2024_06_14": { "type": "object", @@ -15223,10 +14353,7 @@ "example": 30 } }, - "required": [ - "unit", - "count" - ] + "required": ["unit", "count"] }, "BaseConfirmationPolicy_2024_06_14": { "type": "object", @@ -15234,10 +14361,7 @@ "type": { "type": "string", "description": "The policy that determines when confirmation is required", - "enum": [ - "always", - "time" - ], + "enum": ["always", "time"], "example": "always" }, "noticeThreshold": { @@ -15253,10 +14377,7 @@ "description": "Unconfirmed bookings still block calendar slots." } }, - "required": [ - "type", - "blockUnconfirmedBookingsInBooker" - ] + "required": ["type", "blockUnconfirmedBookingsInBooker"] }, "Seats_2024_06_14": { "type": "object", @@ -15277,11 +14398,7 @@ "example": true } }, - "required": [ - "seatsPerTimeSlot", - "showAttendeeInfo", - "showAvailabilityCount" - ] + "required": ["seatsPerTimeSlot", "showAttendeeInfo", "showAvailabilityCount"] }, "InputAttendeeAddressLocation_2024_06_14": { "type": "object", @@ -15292,9 +14409,7 @@ "description": "only allowed value for type is `attendeeAddress`" } }, - "required": [ - "type" - ] + "required": ["type"] }, "InputAttendeePhoneLocation_2024_06_14": { "type": "object", @@ -15305,9 +14420,7 @@ "description": "only allowed value for type is `attendeePhone`" } }, - "required": [ - "type" - ] + "required": ["type"] }, "InputAttendeeDefinedLocation_2024_06_14": { "type": "object", @@ -15318,9 +14431,7 @@ "description": "only allowed value for type is `attendeeDefined`" } }, - "required": [ - "type" - ] + "required": ["type"] }, "NameDefaultFieldInput_2024_06_14": { "type": "object", @@ -15341,11 +14452,7 @@ "description": "Disable this booking field if the URL contains query parameter with key equal to the slug and prefill it with the provided value. For example, if URL contains query parameter `&name=bob`, the name field will be prefilled with this value and disabled." } }, - "required": [ - "type", - "label", - "placeholder" - ] + "required": ["type", "label", "placeholder"] }, "EmailDefaultFieldInput_2024_06_14": { "type": "object", @@ -15374,11 +14481,7 @@ "description": "Disable this booking field if the URL contains query parameter with key equal to the slug and prefill it with the provided value. For example, if URL contains query parameter `&email=bob@gmail.com`, the email field will be prefilled with this value and disabled." } }, - "required": [ - "type", - "label", - "placeholder" - ] + "required": ["type", "label", "placeholder"] }, "TitleDefaultFieldInput_2024_06_14": { "type": "object", @@ -15406,9 +14509,7 @@ "description": "Disable this booking field if the URL contains query parameter with key equal to the slug and prefill it with the provided value. For example, if URL contains query parameter `&title=journey`, the title field will be prefilled with this value and disabled." } }, - "required": [ - "slug" - ] + "required": ["slug"] }, "LocationDefaultFieldInput_2024_06_14": { "type": "object", @@ -15422,9 +14523,7 @@ "type": "string" } }, - "required": [ - "slug" - ] + "required": ["slug"] }, "NotesDefaultFieldInput_2024_06_14": { "type": "object", @@ -15452,9 +14551,7 @@ "description": "Disable this booking field if the URL contains query parameter with key equal to the slug and prefill it with the provided value. For example, if URL contains query parameter `¬es=journey`, the notes field will be prefilled with this value and disabled." } }, - "required": [ - "slug" - ] + "required": ["slug"] }, "GuestsDefaultFieldInput_2024_06_14": { "type": "object", @@ -15482,9 +14579,7 @@ "description": "Disable this booking field if the URL contains query parameter with key equal to the slug and prefill it with the provided value. For example, if URL contains query parameter `&guests=bob@cal.com`, the guests field will be prefilled with this value and disabled." } }, - "required": [ - "slug" - ] + "required": ["slug"] }, "RescheduleReasonDefaultFieldInput_2024_06_14": { "type": "object", @@ -15512,9 +14607,7 @@ "description": "Disable this booking field if the URL contains query parameter with key equal to the slug and prefill it with the provided value. For example, if URL contains query parameter `&rescheduleReason=travel`, the rescheduleReason field will be prefilled with this value and disabled." } }, - "required": [ - "slug" - ] + "required": ["slug"] }, "InputOrganizersDefaultApp_2024_06_14": { "type": "object", @@ -15525,9 +14618,7 @@ "description": "only allowed value for type is `organizersDefaultApp`" } }, - "required": [ - "type" - ] + "required": ["type"] }, "CalVideoSettings": { "type": "object", @@ -15554,11 +14645,7 @@ "example": 60 }, "lengthInMinutesOptions": { - "example": [ - 15, - 30, - 60 - ], + "example": [15, 30, 60], "description": "If you want that user can choose between different lengths of the event you can specify them here. Must include the provided `lengthInMinutes`.", "type": "array", "items": { @@ -15827,11 +14914,7 @@ } } }, - "required": [ - "lengthInMinutes", - "title", - "slug" - ] + "required": ["lengthInMinutes", "title", "slug"] }, "OutputAddressLocation_2024_06_14": { "type": "object", @@ -15860,11 +14943,7 @@ "type": "boolean" } }, - "required": [ - "type", - "address", - "public" - ] + "required": ["type", "address", "public"] }, "OutputLinkLocation_2024_06_14": { "type": "object", @@ -15892,11 +14971,7 @@ "type": "boolean" } }, - "required": [ - "type", - "link", - "public" - ] + "required": ["type", "link", "public"] }, "OutputIntegrationLocation_2024_06_14": { "type": "object", @@ -15962,10 +15037,7 @@ "description": "Credential ID associated with the integration" } }, - "required": [ - "type", - "integration" - ] + "required": ["type", "integration"] }, "OutputPhoneLocation_2024_06_14": { "type": "object", @@ -15993,11 +15065,7 @@ "type": "boolean" } }, - "required": [ - "type", - "phone", - "public" - ] + "required": ["type", "phone", "public"] }, "OutputOrganizersDefaultAppLocation_2024_06_14": { "type": "object", @@ -16020,9 +15088,7 @@ "description": "only allowed value for type is `organizersDefaultApp`" } }, - "required": [ - "type" - ] + "required": ["type"] }, "OutputUnknownLocation_2024_06_14": { "type": "object", @@ -16048,10 +15114,7 @@ "type": "string" } }, - "required": [ - "type", - "location" - ] + "required": ["type", "location"] }, "EmailDefaultFieldOutput_2024_06_14": { "type": "object", @@ -16108,11 +15171,7 @@ "default": "email" } }, - "required": [ - "type", - "isDefault", - "slug" - ] + "required": ["type", "isDefault", "slug"] }, "NameDefaultFieldOutput_2024_06_14": { "type": "object", @@ -16163,12 +15222,7 @@ "type": "boolean" } }, - "required": [ - "type", - "isDefault", - "slug", - "required" - ] + "required": ["type", "isDefault", "slug", "required"] }, "LocationDefaultFieldOutput_2024_06_14": { "type": "object", @@ -16199,26 +15253,14 @@ "type": "string" } }, - "required": [ - "isDefault", - "slug", - "type", - "required", - "hidden" - ] + "required": ["isDefault", "slug", "type", "required", "hidden"] }, "RescheduleReasonDefaultFieldOutput_2024_06_14": { "type": "object", "properties": { "slug": { "type": "string", - "enum": [ - "title", - "location", - "notes", - "guests", - "rescheduleReason" - ], + "enum": ["title", "location", "notes", "guests", "rescheduleReason"], "example": "rescheduleReason", "description": "only allowed value for type is `rescheduleReason`", "default": "rescheduleReason" @@ -16251,24 +15293,14 @@ "default": "textarea" } }, - "required": [ - "slug", - "isDefault", - "type" - ] + "required": ["slug", "isDefault", "type"] }, "TitleDefaultFieldOutput_2024_06_14": { "type": "object", "properties": { "slug": { "type": "string", - "enum": [ - "title", - "location", - "notes", - "guests", - "rescheduleReason" - ], + "enum": ["title", "location", "notes", "guests", "rescheduleReason"], "example": "title", "description": "only allowed value for type is `title`", "default": "title" @@ -16301,24 +15333,14 @@ "default": "text" } }, - "required": [ - "slug", - "isDefault", - "type" - ] + "required": ["slug", "isDefault", "type"] }, "NotesDefaultFieldOutput_2024_06_14": { "type": "object", "properties": { "slug": { "type": "string", - "enum": [ - "title", - "location", - "notes", - "guests", - "rescheduleReason" - ], + "enum": ["title", "location", "notes", "guests", "rescheduleReason"], "example": "notes", "description": "only allowed value for type is `notes`", "default": "notes" @@ -16351,24 +15373,14 @@ "default": "textarea" } }, - "required": [ - "slug", - "isDefault", - "type" - ] + "required": ["slug", "isDefault", "type"] }, "GuestsDefaultFieldOutput_2024_06_14": { "type": "object", "properties": { "slug": { "type": "string", - "enum": [ - "title", - "location", - "notes", - "guests", - "rescheduleReason" - ], + "enum": ["title", "location", "notes", "guests", "rescheduleReason"], "example": "guests", "description": "only allowed value for type is `guests`", "default": "guests" @@ -16401,11 +15413,7 @@ "default": "multiemail" } }, - "required": [ - "slug", - "isDefault", - "type" - ] + "required": ["slug", "isDefault", "type"] }, "AddressFieldOutput_2024_06_14": { "type": "object", @@ -16462,14 +15470,7 @@ "example": false } }, - "required": [ - "type", - "slug", - "label", - "required", - "hidden", - "isDefault" - ] + "required": ["type", "slug", "label", "required", "hidden", "isDefault"] }, "BooleanFieldOutput_2024_06_14": { "type": "object", @@ -16521,14 +15522,7 @@ "example": false } }, - "required": [ - "type", - "slug", - "label", - "required", - "hidden", - "isDefault" - ] + "required": ["type", "slug", "label", "required", "hidden", "isDefault"] }, "CheckboxGroupFieldOutput_2024_06_14": { "type": "object", @@ -16567,10 +15561,7 @@ "type": "boolean" }, "options": { - "example": [ - "Checkbox 1", - "Checkbox 2" - ], + "example": ["Checkbox 1", "Checkbox 2"], "type": "array", "items": { "type": "string" @@ -16591,15 +15582,7 @@ "example": false } }, - "required": [ - "type", - "slug", - "label", - "required", - "options", - "hidden", - "isDefault" - ] + "required": ["type", "slug", "label", "required", "options", "hidden", "isDefault"] }, "MultiEmailFieldOutput_2024_06_14": { "type": "object", @@ -16656,14 +15639,7 @@ "example": false } }, - "required": [ - "type", - "slug", - "label", - "required", - "hidden", - "isDefault" - ] + "required": ["type", "slug", "label", "required", "hidden", "isDefault"] }, "MultiSelectFieldOutput_2024_06_14": { "type": "object", @@ -16702,10 +15678,7 @@ "type": "boolean" }, "options": { - "example": [ - "Option 1", - "Option 2" - ], + "example": ["Option 1", "Option 2"], "type": "array", "items": { "type": "string" @@ -16726,15 +15699,7 @@ "example": false } }, - "required": [ - "type", - "slug", - "label", - "required", - "options", - "hidden", - "isDefault" - ] + "required": ["type", "slug", "label", "required", "options", "hidden", "isDefault"] }, "UrlFieldOutput_2024_06_14": { "type": "object", @@ -16791,14 +15756,7 @@ "example": false } }, - "required": [ - "type", - "slug", - "label", - "required", - "hidden", - "isDefault" - ] + "required": ["type", "slug", "label", "required", "hidden", "isDefault"] }, "NumberFieldOutput_2024_06_14": { "type": "object", @@ -16855,14 +15813,7 @@ "example": false } }, - "required": [ - "type", - "slug", - "label", - "required", - "hidden", - "isDefault" - ] + "required": ["type", "slug", "label", "required", "hidden", "isDefault"] }, "PhoneFieldOutput_2024_06_14": { "type": "object", @@ -16917,14 +15868,7 @@ "example": false } }, - "required": [ - "type", - "slug", - "label", - "required", - "hidden", - "isDefault" - ] + "required": ["type", "slug", "label", "required", "hidden", "isDefault"] }, "RadioGroupFieldOutput_2024_06_14": { "type": "object", @@ -16963,10 +15907,7 @@ "type": "boolean" }, "options": { - "example": [ - "Radio 1", - "Radio 2" - ], + "example": ["Radio 1", "Radio 2"], "type": "array", "items": { "type": "string" @@ -16987,15 +15928,7 @@ "example": false } }, - "required": [ - "type", - "slug", - "label", - "required", - "options", - "hidden", - "isDefault" - ] + "required": ["type", "slug", "label", "required", "options", "hidden", "isDefault"] }, "SelectFieldOutput_2024_06_14": { "type": "object", @@ -17038,10 +15971,7 @@ "example": "Select..." }, "options": { - "example": [ - "Option 1", - "Option 2" - ], + "example": ["Option 1", "Option 2"], "type": "array", "items": { "type": "string" @@ -17062,15 +15992,7 @@ "example": false } }, - "required": [ - "type", - "slug", - "label", - "required", - "options", - "hidden", - "isDefault" - ] + "required": ["type", "slug", "label", "required", "options", "hidden", "isDefault"] }, "TextAreaFieldOutput_2024_06_14": { "type": "object", @@ -17127,14 +16049,7 @@ "example": false } }, - "required": [ - "type", - "slug", - "label", - "required", - "hidden", - "isDefault" - ] + "required": ["type", "slug", "label", "required", "hidden", "isDefault"] }, "TextFieldOutput_2024_06_14": { "type": "object", @@ -17191,14 +16106,7 @@ "example": false } }, - "required": [ - "type", - "slug", - "label", - "required", - "hidden", - "isDefault" - ] + "required": ["type", "slug", "label", "required", "hidden", "isDefault"] }, "EventTypeOutput_2024_06_14": { "type": "object", @@ -17212,11 +16120,7 @@ "example": 60 }, "lengthInMinutesOptions": { - "example": [ - 15, - 30, - 60 - ], + "example": [15, 30, 60], "description": "If you want that user can choose between different lengths of the event you can specify them here. Must include the provided `lengthInMinutes`.", "type": "array", "items": { @@ -17496,30 +16400,21 @@ "properties": { "status": { "type": "string", - "enum": [ - "success", - "error" - ], + "enum": ["success", "error"], "example": "success" }, "data": { "$ref": "#/components/schemas/EventTypeOutput_2024_06_14" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "GetEventTypeOutput_2024_06_14": { "type": "object", "properties": { "status": { "type": "string", - "enum": [ - "success", - "error" - ], + "enum": ["success", "error"], "example": "success" }, "data": { @@ -17531,20 +16426,14 @@ ] } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "GetEventTypesOutput_2024_06_14": { "type": "object", "properties": { "status": { "type": "string", - "enum": [ - "success", - "error" - ], + "enum": ["success", "error"], "example": "success" }, "data": { @@ -17554,10 +16443,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UpdateEventTypeInput_2024_06_14": { "type": "object", @@ -17567,11 +16453,7 @@ "example": 60 }, "lengthInMinutesOptions": { - "example": [ - 15, - 30, - 60 - ], + "example": [15, 30, 60], "description": "If you want that user can choose between different lengths of the event you can specify them here. Must include the provided `lengthInMinutes`.", "type": "array", "items": { @@ -17843,20 +16725,14 @@ "properties": { "status": { "type": "string", - "enum": [ - "success", - "error" - ], + "enum": ["success", "error"], "example": "success" }, "data": { "$ref": "#/components/schemas/EventTypeOutput_2024_06_14" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "DeleteData_2024_06_14": { "type": "object", @@ -17877,32 +16753,21 @@ "type": "string" } }, - "required": [ - "id", - "lengthInMinutes", - "title", - "slug" - ] + "required": ["id", "lengthInMinutes", "title", "slug"] }, "DeleteEventTypeOutput_2024_06_14": { "type": "object", "properties": { "status": { "type": "string", - "enum": [ - "success", - "error" - ], + "enum": ["success", "error"], "example": "success" }, "data": { "$ref": "#/components/schemas/DeleteData_2024_06_14" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "SelectedCalendarsInputDto": { "type": "object", @@ -17920,11 +16785,7 @@ "type": "string" } }, - "required": [ - "integration", - "externalId", - "credentialId" - ] + "required": ["integration", "externalId", "credentialId"] }, "SelectedCalendarOutputDto": { "type": "object", @@ -17943,12 +16804,7 @@ "nullable": true } }, - "required": [ - "userId", - "integration", - "externalId", - "credentialId" - ] + "required": ["userId", "integration", "externalId", "credentialId"] }, "SelectedCalendarOutputResponseDto": { "type": "object", @@ -17956,19 +16812,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/SelectedCalendarOutputDto" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "OrgTeamOutputDto": { "type": "object", @@ -18044,11 +16894,7 @@ "default": "Sunday" } }, - "required": [ - "id", - "name", - "isOrganization" - ] + "required": ["id", "name", "isOrganization"] }, "OrgTeamsOutputResponseDto": { "type": "object", @@ -18056,10 +16902,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -18068,10 +16911,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "OrgMeTeamsOutputResponseDto": { "type": "object", @@ -18079,10 +16919,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -18091,10 +16928,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "OrgTeamOutputResponseDto": { "type": "object", @@ -18102,19 +16936,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/OrgTeamOutputDto" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UpdateOrgTeamDto": { "type": "object", @@ -18279,40 +17107,19 @@ "description": "If you are a platform customer, don't pass 'false', because then team creator won't be able to create team event types." } }, - "required": [ - "name" - ] + "required": ["name"] }, "ScheduleAvailabilityInput_2024_06_11": { "type": "object", "properties": { "days": { "type": "array", - "enum": [ - "Monday", - "Tuesday", - "Wednesday", - "Thursday", - "Friday", - "Saturday", - "Sunday" - ], - "example": [ - "Monday", - "Tuesday" - ], + "enum": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"], + "example": ["Monday", "Tuesday"], "description": "Array of days when schedule is active.", "items": { "type": "string", - "enum": [ - "Monday", - "Tuesday", - "Wednesday", - "Thursday", - "Friday", - "Saturday", - "Sunday" - ] + "enum": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"] } }, "startTime": { @@ -18328,11 +17135,7 @@ "description": "endTime must be a valid time in format HH:MM e.g. 15:00" } }, - "required": [ - "days", - "startTime", - "endTime" - ] + "required": ["days", "startTime", "endTime"] }, "ScheduleOverrideInput_2024_06_11": { "type": "object", @@ -18354,11 +17157,7 @@ "description": "endTime must be a valid time in format HH:MM e.g. 13:00" } }, - "required": [ - "date", - "startTime", - "endTime" - ] + "required": ["date", "startTime", "endTime"] }, "ScheduleOutput_2024_06_11": { "type": "object", @@ -18382,18 +17181,12 @@ "availability": { "example": [ { - "days": [ - "Monday", - "Tuesday" - ], + "days": ["Monday", "Tuesday"], "startTime": "17:00", "endTime": "19:00" }, { - "days": [ - "Wednesday", - "Thursday" - ], + "days": ["Wednesday", "Thursday"], "startTime": "16:00", "endTime": "20:00" } @@ -18421,15 +17214,7 @@ } } }, - "required": [ - "id", - "ownerId", - "name", - "timeZone", - "availability", - "isDefault", - "overrides" - ] + "required": ["id", "ownerId", "name", "timeZone", "availability", "isDefault", "overrides"] }, "GetSchedulesOutput_2024_06_11": { "type": "object", @@ -18437,10 +17222,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -18452,10 +17234,7 @@ "type": "object" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "CreateScheduleInput_2024_06_11": { "type": "object", @@ -18473,18 +17252,12 @@ "description": "Each object contains days and times when the user is available. If not passed, the default availability is Monday to Friday from 09:00 to 17:00.", "example": [ { - "days": [ - "Monday", - "Tuesday" - ], + "days": ["Monday", "Tuesday"], "startTime": "17:00", "endTime": "19:00" }, { - "days": [ - "Wednesday", - "Thursday" - ], + "days": ["Wednesday", "Thursday"], "startTime": "16:00", "endTime": "20:00" } @@ -18514,11 +17287,7 @@ } } }, - "required": [ - "name", - "timeZone", - "isDefault" - ] + "required": ["name", "timeZone", "isDefault"] }, "CreateScheduleOutput_2024_06_11": { "type": "object", @@ -18526,19 +17295,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/ScheduleOutput_2024_06_11" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "GetScheduleOutput_2024_06_11": { "type": "object", @@ -18546,10 +17309,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "nullable": true, @@ -18563,10 +17323,7 @@ "type": "object" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UpdateScheduleInput_2024_06_11": { "type": "object", @@ -18582,10 +17339,7 @@ "availability": { "example": [ { - "days": [ - "Monday", - "Tuesday" - ], + "days": ["Monday", "Tuesday"], "startTime": "09:00", "endTime": "10:00" } @@ -18620,10 +17374,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/ScheduleOutput_2024_06_11" @@ -18632,10 +17383,7 @@ "type": "object" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "DeleteScheduleOutput_2024_06_11": { "type": "object", @@ -18643,15 +17391,10 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] } }, - "required": [ - "status" - ] + "required": ["status"] }, "ProfileOutput": { "type": "object", @@ -18678,11 +17421,7 @@ "example": "john_doe" } }, - "required": [ - "id", - "organizationId", - "userId" - ] + "required": ["id", "organizationId", "userId"] }, "GetOrgUsersWithProfileOutput": { "type": "object", @@ -18824,15 +17563,7 @@ ] } }, - "required": [ - "id", - "email", - "timeZone", - "weekStart", - "hideBranding", - "createdDate", - "profile" - ] + "required": ["id", "email", "timeZone", "weekStart", "hideBranding", "createdDate", "profile"] }, "GetOrganizationUsersResponseDTO": { "type": "object", @@ -18840,10 +17571,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -18852,10 +17580,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "CreateOrganizationUserInput": { "type": "object", @@ -18945,20 +17670,14 @@ "organizationRole": { "type": "string", "default": "MEMBER", - "enum": [ - "MEMBER", - "ADMIN", - "OWNER" - ] + "enum": ["MEMBER", "ADMIN", "OWNER"] }, "autoAccept": { "type": "boolean", "default": true } }, - "required": [ - "email" - ] + "required": ["email"] }, "GetOrganizationUserOutput": { "type": "object", @@ -18966,19 +17685,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/GetOrgUsersWithProfileOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UpdateOrganizationUserInput": { "type": "object", @@ -18994,10 +17707,7 @@ "type": "string" } }, - "required": [ - "id", - "name" - ] + "required": ["id", "name"] }, "TextAttribute": { "type": "object", @@ -19018,13 +17728,7 @@ "type": "string" } }, - "required": [ - "id", - "name", - "type", - "option", - "optionId" - ] + "required": ["id", "name", "type", "option", "optionId"] }, "NumberAttribute": { "type": "object", @@ -19045,13 +17749,7 @@ "type": "string" } }, - "required": [ - "id", - "name", - "type", - "option", - "optionId" - ] + "required": ["id", "name", "type", "option", "optionId"] }, "SingleSelectAttribute": { "type": "object", @@ -19072,13 +17770,7 @@ "type": "string" } }, - "required": [ - "id", - "name", - "type", - "option", - "optionId" - ] + "required": ["id", "name", "type", "option", "optionId"] }, "MultiSelectAttributeOption": { "type": "object", @@ -19090,10 +17782,7 @@ "type": "string" } }, - "required": [ - "optionId", - "option" - ] + "required": ["optionId", "option"] }, "MultiSelectAttribute": { "type": "object", @@ -19114,12 +17803,7 @@ } } }, - "required": [ - "id", - "name", - "type", - "options" - ] + "required": ["id", "name", "type", "options"] }, "MembershipUserOutputDto": { "type": "object", @@ -19146,9 +17830,7 @@ } } }, - "required": [ - "email" - ] + "required": ["email"] }, "OrganizationMembershipOutput": { "type": "object", @@ -19167,11 +17849,7 @@ }, "role": { "type": "string", - "enum": [ - "MEMBER", - "OWNER", - "ADMIN" - ] + "enum": ["MEMBER", "OWNER", "ADMIN"] }, "disableImpersonation": { "type": "boolean" @@ -19199,15 +17877,7 @@ } } }, - "required": [ - "id", - "userId", - "teamId", - "accepted", - "role", - "user", - "attributes" - ] + "required": ["id", "userId", "teamId", "accepted", "role", "user", "attributes"] }, "GetAllOrgMemberships": { "type": "object", @@ -19215,19 +17885,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/OrganizationMembershipOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "CreateOrgMembershipDto": { "type": "object", @@ -19242,11 +17906,7 @@ "role": { "type": "string", "default": "MEMBER", - "enum": [ - "MEMBER", - "OWNER", - "ADMIN" - ], + "enum": ["MEMBER", "OWNER", "ADMIN"], "description": "If you are platform customer then managed users should only have MEMBER role." }, "disableImpersonation": { @@ -19254,10 +17914,7 @@ "default": false } }, - "required": [ - "userId", - "role" - ] + "required": ["userId", "role"] }, "CreateOrgMembershipOutput": { "type": "object", @@ -19265,19 +17922,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/OrganizationMembershipOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "GetOrgMembership": { "type": "object", @@ -19285,19 +17936,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/OrganizationMembershipOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "DeleteOrgMembership": { "type": "object", @@ -19305,19 +17950,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/OrganizationMembershipOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UpdateOrgMembershipDto": { "type": "object", @@ -19327,11 +17966,7 @@ }, "role": { "type": "string", - "enum": [ - "MEMBER", - "OWNER", - "ADMIN" - ] + "enum": ["MEMBER", "OWNER", "ADMIN"] }, "disableImpersonation": { "type": "boolean" @@ -19344,19 +17979,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/OrganizationMembershipOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "Host": { "type": "object", @@ -19371,18 +18000,10 @@ }, "priority": { "type": "string", - "enum": [ - "lowest", - "low", - "medium", - "high", - "highest" - ] + "enum": ["lowest", "low", "medium", "high", "highest"] } }, - "required": [ - "userId" - ] + "required": ["userId"] }, "CreateTeamEventTypeInput_2024_06_14": { "type": "object", @@ -19392,11 +18013,7 @@ "example": 60 }, "lengthInMinutesOptions": { - "example": [ - 15, - 30, - 60 - ], + "example": [15, 30, 60], "description": "If you want that user can choose between different lengths of the event you can specify them here. Must include the provided `lengthInMinutes`.", "type": "array", "items": { @@ -19637,11 +18254,7 @@ }, "schedulingType": { "type": "string", - "enum": [ - "collective", - "roundRobin", - "managed" - ], + "enum": ["collective", "roundRobin", "managed"], "example": "collective", "description": "The scheduling type for the team event - collective, roundRobin or managed." }, @@ -19689,12 +18302,7 @@ } } }, - "required": [ - "lengthInMinutes", - "title", - "slug", - "schedulingType" - ] + "required": ["lengthInMinutes", "title", "slug", "schedulingType"] }, "CreateTeamEventTypeOutput": { "type": "object", @@ -19702,10 +18310,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "oneOf": [ @@ -19721,10 +18326,7 @@ ] } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "TeamEventTypeResponseHost": { "type": "object", @@ -19741,13 +18343,7 @@ "priority": { "type": "string", "default": "medium", - "enum": [ - "lowest", - "low", - "medium", - "high", - "highest" - ] + "enum": ["lowest", "low", "medium", "high", "highest"] }, "name": { "type": "string", @@ -19763,11 +18359,7 @@ "example": "https://cal.com/api/avatar/d95949bc-ccb1-400f-acf6-045c51a16856.png" } }, - "required": [ - "userId", - "name", - "username" - ] + "required": ["userId", "name", "username"] }, "EventTypeTeam": { "type": "object", @@ -19800,9 +18392,7 @@ "type": "string" } }, - "required": [ - "id" - ] + "required": ["id"] }, "TeamEventTypeOutput_2024_06_14": { "type": "object", @@ -19817,11 +18407,7 @@ "example": 60 }, "lengthInMinutesOptions": { - "example": [ - 15, - 30, - 60 - ], + "example": [15, 30, 60], "description": "If you want that user can choose between different lengths of the event you can specify them here. Must include the provided `lengthInMinutes`.", "type": "array", "items": { @@ -20092,11 +18678,7 @@ }, "schedulingType": { "type": "string", - "enum": [ - "roundRobin", - "collective", - "managed" - ] + "enum": ["roundRobin", "collective", "managed"] }, "team": { "$ref": "#/components/schemas/EventTypeTeam" @@ -20132,19 +18714,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/TeamEventTypeOutput_2024_06_14" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "CreatePhoneCallInput": { "type": "object", @@ -20170,10 +18746,7 @@ }, "templateType": { "default": "CUSTOM_TEMPLATE", - "enum": [ - "CHECK_IN_APPOINTMENT", - "CUSTOM_TEMPLATE" - ], + "enum": ["CHECK_IN_APPOINTMENT", "CUSTOM_TEMPLATE"], "type": "string", "description": "Template type" }, @@ -20202,13 +18775,7 @@ "description": "General prompt" } }, - "required": [ - "yourPhoneNumber", - "numberToCall", - "calApiKey", - "enabled", - "templateType" - ] + "required": ["yourPhoneNumber", "numberToCall", "calApiKey", "enabled", "templateType"] }, "Data": { "type": "object", @@ -20220,9 +18787,7 @@ "type": "string" } }, - "required": [ - "callId" - ] + "required": ["callId"] }, "CreatePhoneCallOutput": { "type": "object", @@ -20230,19 +18795,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/Data" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "GetTeamEventTypesOutput": { "type": "object", @@ -20250,10 +18809,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -20262,10 +18818,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UpdateTeamEventTypeInput_2024_06_14": { "type": "object", @@ -20275,11 +18828,7 @@ "example": 60 }, "lengthInMinutesOptions": { - "example": [ - 15, - 30, - 60 - ], + "example": [15, 30, 60], "description": "If you want that user can choose between different lengths of the event you can specify them here. Must include the provided `lengthInMinutes`.", "type": "array", "items": { @@ -20565,10 +19114,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "oneOf": [ @@ -20584,10 +19130,7 @@ ] } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "DeleteTeamEventTypeOutput": { "type": "object", @@ -20595,19 +19138,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "object" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "TeamMembershipOutput": { "type": "object", @@ -20626,11 +19163,7 @@ }, "role": { "type": "string", - "enum": [ - "MEMBER", - "OWNER", - "ADMIN" - ] + "enum": ["MEMBER", "OWNER", "ADMIN"] }, "disableImpersonation": { "type": "boolean" @@ -20639,14 +19172,7 @@ "$ref": "#/components/schemas/MembershipUserOutputDto" } }, - "required": [ - "id", - "userId", - "teamId", - "accepted", - "role", - "user" - ] + "required": ["id", "userId", "teamId", "accepted", "role", "user"] }, "OrgTeamMembershipsOutputResponseDto": { "type": "object", @@ -20654,10 +19180,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -20666,10 +19189,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "OrgTeamMembershipOutputResponseDto": { "type": "object", @@ -20677,19 +19197,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/TeamMembershipOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UpdateOrgTeamMembershipDto": { "type": "object", @@ -20699,11 +19213,7 @@ }, "role": { "type": "string", - "enum": [ - "MEMBER", - "OWNER", - "ADMIN" - ] + "enum": ["MEMBER", "OWNER", "ADMIN"] }, "disableImpersonation": { "type": "boolean" @@ -20723,21 +19233,14 @@ "role": { "type": "string", "default": "MEMBER", - "enum": [ - "MEMBER", - "OWNER", - "ADMIN" - ] + "enum": ["MEMBER", "OWNER", "ADMIN"] }, "disableImpersonation": { "type": "boolean", "default": false } }, - "required": [ - "userId", - "role" - ] + "required": ["userId", "role"] }, "Attribute": { "type": "object", @@ -20755,12 +19258,7 @@ "type": { "type": "string", "description": "The type of the attribute", - "enum": [ - "TEXT", - "NUMBER", - "SINGLE_SELECT", - "MULTI_SELECT" - ] + "enum": ["TEXT", "NUMBER", "SINGLE_SELECT", "MULTI_SELECT"] }, "name": { "type": "string", @@ -20783,14 +19281,7 @@ "example": true } }, - "required": [ - "id", - "teamId", - "type", - "name", - "slug", - "enabled" - ] + "required": ["id", "teamId", "type", "name", "slug", "enabled"] }, "GetOrganizationAttributesOutput": { "type": "object", @@ -20798,10 +19289,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -20810,10 +19298,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "GetSingleAttributeOutput": { "type": "object", @@ -20821,10 +19306,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "nullable": true, @@ -20835,10 +19317,7 @@ ] } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "CreateOrganizationAttributeOptionInput": { "type": "object", @@ -20850,10 +19329,7 @@ "type": "string" } }, - "required": [ - "value", - "slug" - ] + "required": ["value", "slug"] }, "CreateOrganizationAttributeInput": { "type": "object", @@ -20866,12 +19342,7 @@ }, "type": { "type": "string", - "enum": [ - "TEXT", - "NUMBER", - "SINGLE_SELECT", - "MULTI_SELECT" - ] + "enum": ["TEXT", "NUMBER", "SINGLE_SELECT", "MULTI_SELECT"] }, "options": { "type": "array", @@ -20883,12 +19354,7 @@ "type": "boolean" } }, - "required": [ - "name", - "slug", - "type", - "options" - ] + "required": ["name", "slug", "type", "options"] }, "CreateOrganizationAttributesOutput": { "type": "object", @@ -20896,19 +19362,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/Attribute" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UpdateOrganizationAttributeInput": { "type": "object", @@ -20921,12 +19381,7 @@ }, "type": { "type": "string", - "enum": [ - "TEXT", - "NUMBER", - "SINGLE_SELECT", - "MULTI_SELECT" - ] + "enum": ["TEXT", "NUMBER", "SINGLE_SELECT", "MULTI_SELECT"] }, "enabled": { "type": "boolean" @@ -20939,19 +19394,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/Attribute" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "DeleteOrganizationAttributesOutput": { "type": "object", @@ -20959,19 +19408,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/Attribute" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "OptionOutput": { "type": "object", @@ -20997,12 +19440,7 @@ "example": "option-slug" } }, - "required": [ - "id", - "attributeId", - "value", - "slug" - ] + "required": ["id", "attributeId", "value", "slug"] }, "CreateAttributeOptionOutput": { "type": "object", @@ -21010,19 +19448,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/OptionOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "DeleteAttributeOptionOutput": { "type": "object", @@ -21030,19 +19462,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/OptionOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UpdateOrganizationAttributeOptionInput": { "type": "object", @@ -21061,19 +19487,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/OptionOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "GetAllAttributeOptionOutput": { "type": "object", @@ -21081,10 +19501,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -21093,10 +19510,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "AssignedOptionOutput": { "type": "object", @@ -21123,23 +19537,14 @@ }, "assignedUserIds": { "description": "Ids of the users assigned to the attribute option.", - "example": [ - 124, - 224 - ], + "example": [124, 224], "type": "array", "items": { "type": "string" } } }, - "required": [ - "id", - "attributeId", - "value", - "slug", - "assignedUserIds" - ] + "required": ["id", "attributeId", "value", "slug", "assignedUserIds"] }, "GetAllAttributeAssignedOptionOutput": { "type": "object", @@ -21147,10 +19552,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -21159,10 +19561,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "AssignOrganizationAttributeOptionToUserInput": { "type": "object", @@ -21177,9 +19576,7 @@ "type": "string" } }, - "required": [ - "attributeId" - ] + "required": ["attributeId"] }, "AssignOptionUserOutputData": { "type": "object", @@ -21197,11 +19594,7 @@ "description": "The value of the option" } }, - "required": [ - "id", - "memberId", - "attributeOptionId" - ] + "required": ["id", "memberId", "attributeOptionId"] }, "AssignOptionUserOutput": { "type": "object", @@ -21209,19 +19602,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/AssignOptionUserOutputData" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UnassignOptionUserOutput": { "type": "object", @@ -21229,19 +19616,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/AssignOptionUserOutputData" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "GetOptionUserOutputData": { "type": "object", @@ -21263,12 +19644,7 @@ "description": "The slug of the option" } }, - "required": [ - "id", - "attributeId", - "value", - "slug" - ] + "required": ["id", "attributeId", "value", "slug"] }, "GetOptionUserOutput": { "type": "object", @@ -21276,10 +19652,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -21288,10 +19661,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "TeamWebhookOutputDto": { "type": "object", @@ -21323,14 +19693,7 @@ "type": "string" } }, - "required": [ - "payloadTemplate", - "teamId", - "id", - "triggers", - "subscriberUrl", - "active" - ] + "required": ["payloadTemplate", "teamId", "id", "triggers", "subscriberUrl", "active"] }, "TeamWebhooksOutputResponseDto": { "type": "object", @@ -21338,10 +19701,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -21350,10 +19710,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "CreateWebhookInputDto": { "type": "object", @@ -21406,11 +19763,7 @@ "type": "string" } }, - "required": [ - "active", - "subscriberUrl", - "triggers" - ] + "required": ["active", "subscriberUrl", "triggers"] }, "TeamWebhookOutputResponseDto": { "type": "object", @@ -21418,19 +19771,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/TeamWebhookOutputDto" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UpdateWebhookInputDto": { "type": "object", @@ -21513,19 +19860,10 @@ "type": "string", "description": "the reason for the out of office entry, if applicable", "example": "vacation", - "enum": [ - "unspecified", - "vacation", - "travel", - "sick", - "public_holiday" - ] + "enum": ["unspecified", "vacation", "travel", "sick", "public_holiday"] } }, - "required": [ - "start", - "end" - ] + "required": ["start", "end"] }, "UpdateOutOfOfficeEntryDto": { "type": "object", @@ -21556,13 +19894,7 @@ "type": "string", "description": "the reason for the out of office entry, if applicable", "example": "vacation", - "enum": [ - "unspecified", - "vacation", - "travel", - "sick", - "public_holiday" - ] + "enum": ["unspecified", "vacation", "travel", "sick", "public_holiday"] } } }, @@ -21577,10 +19909,7 @@ }, "activeOnEventTypeIds": { "description": "List of Event Type IDs the workflow is specifically active on (if not active on all)", - "example": [ - 698191, - 698192 - ], + "example": [698191, 698192], "type": "array", "items": { "type": "number" @@ -21600,17 +19929,10 @@ "type": "string", "description": "Unit for the offset time", "example": "hour", - "enum": [ - "hour", - "minute", - "day" - ] + "enum": ["hour", "minute", "day"] } }, - "required": [ - "value", - "unit" - ] + "required": ["value", "unit"] }, "WorkflowTriggerOutputDto": { "type": "object", @@ -21638,9 +19960,7 @@ ] } }, - "required": [ - "type" - ] + "required": ["type"] }, "WorkflowMessageOutputDto": { "type": "object", @@ -21661,9 +19981,7 @@ "example": "Reminder for {EVENT_NAME}." } }, - "required": [ - "subject" - ] + "required": ["subject"] }, "WorkflowStepOutputDto": { "type": "object", @@ -21696,12 +20014,7 @@ "type": "string", "description": "Intended recipient type", "example": "const", - "enum": [ - "const", - "attendee", - "email", - "phone_number" - ] + "enum": ["const", "attendee", "email", "phone_number"] }, "email": { "type": "string", @@ -21716,14 +20029,7 @@ "type": "string", "description": "Template type used", "example": "reminder", - "enum": [ - "reminder", - "custom", - "rescheduled", - "completed", - "rating", - "cancelled" - ] + "enum": ["reminder", "custom", "rescheduled", "completed", "rating", "cancelled"] }, "includeCalendarEvent": { "type": "object", @@ -21745,15 +20051,7 @@ ] } }, - "required": [ - "id", - "stepNumber", - "action", - "recipient", - "template", - "sender", - "message" - ] + "required": ["id", "stepNumber", "action", "recipient", "template", "sender", "message"] }, "WorkflowOutput": { "type": "object", @@ -21812,13 +20110,7 @@ "example": "2024-05-12T11:30:00.000Z" } }, - "required": [ - "id", - "name", - "activation", - "trigger", - "steps" - ] + "required": ["id", "name", "activation", "trigger", "steps"] }, "GetWorkflowsOutput": { "type": "object", @@ -21827,10 +20119,7 @@ "type": "string", "description": "Indicates the status of the response", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "description": "List of workflows", @@ -21840,10 +20129,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "GetWorkflowOutput": { "type": "object", @@ -21852,10 +20138,7 @@ "type": "string", "description": "Indicates the status of the response", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "description": "workflow", @@ -21865,10 +20148,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "WorkflowActivationDto": { "type": "object", @@ -21882,18 +20162,14 @@ "activeOnEventTypeIds": { "default": [], "description": "List of event-types IDs the workflow applies to, required if isActiveOnAllEventTypes is false", - "example": [ - 698191 - ], + "example": [698191], "type": "array", "items": { "type": "number" } } }, - "required": [ - "isActiveOnAllEventTypes" - ] + "required": ["isActiveOnAllEventTypes"] }, "CreateWorkflowDto": { "type": "object", @@ -21948,12 +20224,7 @@ "type": "array" } }, - "required": [ - "name", - "activation", - "trigger", - "steps" - ] + "required": ["name", "activation", "trigger", "steps"] }, "UpdateWorkflowDto": { "type": "object", @@ -21982,9 +20253,7 @@ "type": "object" } }, - "required": [ - "trigger" - ] + "required": ["trigger"] }, "StripConnectOutputDto": { "type": "object", @@ -21993,9 +20262,7 @@ "type": "string" } }, - "required": [ - "authUrl" - ] + "required": ["authUrl"] }, "StripConnectOutputResponseDto": { "type": "object", @@ -22003,19 +20270,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/StripConnectOutputDto" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "StripCredentialsSaveOutputResponseDto": { "type": "object", @@ -22024,9 +20285,7 @@ "type": "string" } }, - "required": [ - "url" - ] + "required": ["url"] }, "StripCredentialsCheckOutputResponseDto": { "type": "object", @@ -22036,9 +20295,7 @@ "example": "success" } }, - "required": [ - "status" - ] + "required": ["status"] }, "GetDefaultScheduleOutput_2024_06_11": { "type": "object", @@ -22046,19 +20303,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/ScheduleOutput_2024_06_11" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "CreateTeamInput": { "type": "object", @@ -22142,9 +20393,7 @@ "description": "If you are a platform customer, don't pass 'false', because then team creator won't be able to create team event types." } }, - "required": [ - "name" - ] + "required": ["name"] }, "CreateTeamOutput": { "type": "object", @@ -22152,10 +20401,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "oneOf": [ @@ -22169,10 +20415,7 @@ "description": "Either an Output object or a TeamOutputDto." } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "TeamOutputDto": { "type": "object", @@ -22248,11 +20491,7 @@ "default": "Sunday" } }, - "required": [ - "id", - "name", - "isOrganization" - ] + "required": ["id", "name", "isOrganization"] }, "GetTeamOutput": { "type": "object", @@ -22260,19 +20499,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/TeamOutputDto" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "GetTeamsOutput": { "type": "object", @@ -22280,10 +20513,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -22292,10 +20522,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UpdateTeamOutput": { "type": "object", @@ -22303,19 +20530,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/TeamOutputDto" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "ConferencingAppsOutputDto": { "type": "object", @@ -22340,30 +20561,20 @@ "description": "Whether if the connection is working or not." } }, - "required": [ - "id", - "type", - "userId" - ] + "required": ["id", "type", "userId"] }, "ConferencingAppOutputResponseDto": { "type": "object", "properties": { "status": { "type": "string", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/ConferencingAppsOutputDto" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "GetConferencingAppsOauthUrlResponseDto": { "type": "object", @@ -22371,25 +20582,17 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] } }, - "required": [ - "status" - ] + "required": ["status"] }, "ConferencingAppsOutputResponseDto": { "type": "object", "properties": { "status": { "type": "string", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -22398,10 +20601,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "SetDefaultConferencingAppOutputResponseDto": { "type": "object", @@ -22409,15 +20609,10 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] } }, - "required": [ - "status" - ] + "required": ["status"] }, "DefaultConferencingAppsOutputDto": { "type": "object", @@ -22436,18 +20631,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/DefaultConferencingAppsOutputDto" } }, - "required": [ - "status" - ] + "required": ["status"] }, "DisconnectConferencingAppOutputResponseDto": { "type": "object", @@ -22455,15 +20645,10 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] } }, - "required": [ - "status" - ] + "required": ["status"] }, "GoogleServiceAccountKeyInput": { "type": "object", @@ -22478,11 +20663,7 @@ "type": "string" } }, - "required": [ - "private_key", - "client_email", - "client_id" - ] + "required": ["private_key", "client_email", "client_id"] }, "CreateDelegationCredentialInput": { "type": "object", @@ -22507,11 +20688,7 @@ } } }, - "required": [ - "workspacePlatformSlug", - "domain", - "serviceAccountKey" - ] + "required": ["workspacePlatformSlug", "domain", "serviceAccountKey"] }, "WorkspacePlatformDto": { "type": "object", @@ -22523,10 +20700,7 @@ "type": "string" } }, - "required": [ - "name", - "slug" - ] + "required": ["name", "slug"] }, "DelegationCredentialOutput": { "type": "object", @@ -22571,19 +20745,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/DelegationCredentialOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UpdateDelegationCredentialInput": { "type": "object", @@ -22612,29 +20780,20 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/DelegationCredentialOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "CreateIcsFeedInputDto": { "type": "object", "properties": { "urls": { "type": "array", - "example": [ - "https://cal.com/ics/feed.ics", - "http://cal.com/ics/feed.ics" - ], + "example": ["https://cal.com/ics/feed.ics", "http://cal.com/ics/feed.ics"], "description": "An array of ICS URLs", "items": { "type": "string", @@ -22648,9 +20807,7 @@ "description": "Whether to allowing writing to the calendar or not" } }, - "required": [ - "urls" - ] + "required": ["urls"] }, "CreateIcsFeedOutput": { "type": "object", @@ -22690,14 +20847,7 @@ "description": "Whether the calendar credentials are valid or not" } }, - "required": [ - "id", - "type", - "userId", - "teamId", - "appId", - "invalid" - ] + "required": ["id", "type", "userId", "teamId", "appId", "invalid"] }, "CreateIcsFeedOutputResponseDto": { "type": "object", @@ -22705,19 +20855,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/CreateIcsFeedOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "BusyTimesOutput": { "type": "object", @@ -22735,10 +20879,7 @@ "nullable": true } }, - "required": [ - "start", - "end" - ] + "required": ["start", "end"] }, "GetBusyTimesOutput": { "type": "object", @@ -22746,10 +20887,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -22758,10 +20896,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "Integration": { "type": "object", @@ -22870,13 +21005,7 @@ "nullable": true } }, - "required": [ - "externalId", - "primary", - "readOnly", - "isSelected", - "credentialId" - ] + "required": ["externalId", "primary", "readOnly", "isSelected", "credentialId"] }, "Calendar": { "type": "object", @@ -22911,12 +21040,7 @@ "nullable": true } }, - "required": [ - "externalId", - "readOnly", - "isSelected", - "credentialId" - ] + "required": ["externalId", "readOnly", "isSelected", "credentialId"] }, "ConnectedCalendar": { "type": "object", @@ -22941,10 +21065,7 @@ } } }, - "required": [ - "integration", - "credentialId" - ] + "required": ["integration", "credentialId"] }, "DestinationCalendar": { "type": "object", @@ -23018,10 +21139,7 @@ "$ref": "#/components/schemas/DestinationCalendar" } }, - "required": [ - "connectedCalendars", - "destinationCalendar" - ] + "required": ["connectedCalendars", "destinationCalendar"] }, "ConnectedCalendarsOutput": { "type": "object", @@ -23029,19 +21147,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/ConnectedCalendarsData" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "CreateCalendarCredentialsInput": { "type": "object", @@ -23053,10 +21165,7 @@ "type": "string" } }, - "required": [ - "username", - "password" - ] + "required": ["username", "password"] }, "DeleteCalendarCredentialsInputBodyDto": { "type": "object", @@ -23067,9 +21176,7 @@ "description": "Credential ID of the calendar to delete, as returned by the /calendars endpoint" } }, - "required": [ - "id" - ] + "required": ["id"] }, "DeletedCalendarCredentialsOutputDto": { "type": "object", @@ -23097,14 +21204,7 @@ "nullable": true } }, - "required": [ - "id", - "type", - "userId", - "teamId", - "appId", - "invalid" - ] + "required": ["id", "type", "userId", "teamId", "appId", "invalid"] }, "DeletedCalendarCredentialsOutputResponseDto": { "type": "object", @@ -23112,19 +21212,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/DeletedCalendarCredentialsOutputDto" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "CreateOrganizationInput": { "type": "object", @@ -23160,9 +21254,7 @@ } } }, - "required": [ - "name" - ] + "required": ["name"] }, "ManagedOrganizationWithApiKeyOutput": { "type": "object", @@ -23187,11 +21279,7 @@ "type": "string" } }, - "required": [ - "id", - "name", - "apiKey" - ] + "required": ["id", "name", "apiKey"] }, "CreateManagedOrganizationOutput": { "type": "object", @@ -23199,19 +21287,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/ManagedOrganizationWithApiKeyOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "ManagedOrganizationOutput": { "type": "object", @@ -23233,10 +21315,7 @@ } } }, - "required": [ - "id", - "name" - ] + "required": ["id", "name"] }, "GetManagedOrganizationOutput": { "type": "object", @@ -23244,19 +21323,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/ManagedOrganizationOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "PaginationMetaDto": { "type": "object", @@ -23324,10 +21397,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -23339,11 +21409,7 @@ "$ref": "#/components/schemas/PaginationMetaDto" } }, - "required": [ - "status", - "data", - "pagination" - ] + "required": ["status", "data", "pagination"] }, "UpdateOrganizationInput": { "type": "object", @@ -23392,14 +21458,7 @@ "type": "string" } }, - "required": [ - "id", - "formId", - "formFillerId", - "routedToBookingUid", - "response", - "createdAt" - ] + "required": ["id", "formId", "formFillerId", "routedToBookingUid", "response", "createdAt"] }, "GetRoutingFormResponsesOutput": { "type": "object", @@ -23407,19 +21466,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/RoutingFormResponseOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UpdateRoutingFormResponseInput": { "type": "object", @@ -23436,19 +21489,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/RoutingFormResponseOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "RoutingFormOutput": { "type": "object", @@ -23524,10 +21571,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -23536,10 +21580,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "SlotsOutput_2024_09_04": { "type": "object", @@ -23566,10 +21607,7 @@ ] } }, - "required": [ - "eventTypeId", - "slots" - ] + "required": ["eventTypeId", "slots"] }, "ResponseSlotsOutput": { "type": "object", @@ -23577,19 +21615,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/ResponseSlotsOutputData" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "ReserveSlotInput_2024_09_04": { "type": "object", @@ -23615,10 +21647,7 @@ "description": "ONLY for authenticated requests with api key, access token or OAuth credentials (ID + secret).\n \n For how many minutes the slot should be reserved - for this long time noone else can book this event type at `start` time. If not provided, defaults to 5 minutes." } }, - "required": [ - "eventTypeId", - "slotStart" - ] + "required": ["eventTypeId", "slotStart"] }, "ReserveSlotOutput_2024_09_04": { "type": "object", @@ -23675,19 +21704,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/ReserveSlotOutput_2024_09_04" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "GetReservedSlotOutput_2024_09_04": { "type": "object", @@ -23695,10 +21718,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "nullable": true, @@ -23709,10 +21729,7 @@ ] } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "MeOrgOutput": { "type": "object", @@ -23724,10 +21741,7 @@ "type": "number" } }, - "required": [ - "isPlatform", - "id" - ] + "required": ["isPlatform", "id"] }, "MeOutput": { "type": "object", @@ -23779,19 +21793,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/MeOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UpdateMeOutput": { "type": "object", @@ -23799,19 +21807,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/MeOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "BookingInputAddressLocation_2024_08_13": { "type": "object", @@ -23822,9 +21824,7 @@ "description": "only allowed value for type is `address` - it refers to address defined by the organizer." } }, - "required": [ - "type" - ] + "required": ["type"] }, "BookingInputAttendeeAddressLocation_2024_08_13": { "type": "object", @@ -23839,10 +21839,7 @@ "example": "123 Example St, City, Country" } }, - "required": [ - "type", - "address" - ] + "required": ["type", "address"] }, "BookingInputAttendeeDefinedLocation_2024_08_13": { "type": "object", @@ -23857,10 +21854,7 @@ "example": "321 Example St, City, Country" } }, - "required": [ - "type", - "location" - ] + "required": ["type", "location"] }, "BookingInputAttendeePhoneLocation_2024_08_13": { "type": "object", @@ -23875,10 +21869,7 @@ "example": "+37120993151" } }, - "required": [ - "type", - "phone" - ] + "required": ["type", "phone"] }, "BookingInputIntegrationLocation_2024_08_13": { "type": "object", @@ -23924,10 +21915,7 @@ ] } }, - "required": [ - "type", - "integration" - ] + "required": ["type", "integration"] }, "BookingInputLinkLocation_2024_08_13": { "type": "object", @@ -23938,9 +21926,7 @@ "description": "only allowed value for type is `link` - it refers to link defined by the organizer." } }, - "required": [ - "type" - ] + "required": ["type"] }, "BookingInputPhoneLocation_2024_08_13": { "type": "object", @@ -23951,9 +21937,7 @@ "description": "only allowed value for type is `phone` - it refers to phone defined by the organizer." } }, - "required": [ - "type" - ] + "required": ["type"] }, "BookingInputOrganizersDefaultAppLocation_2024_08_13": { "type": "object", @@ -23964,9 +21948,7 @@ "description": "only available for team event types and the only allowed value for type is `organizersDefaultApp` - it refers to the default app defined by the organizer." } }, - "required": [ - "type" - ] + "required": ["type"] }, "ValidateBookingLocation_2024_08_13": { "type": "object", @@ -24046,10 +22028,7 @@ "default": "en" } }, - "required": [ - "name", - "timeZone" - ] + "required": ["name", "timeZone"] }, "Routing": { "type": "object", @@ -24061,10 +22040,7 @@ }, "teamMemberIds": { "description": "Array of team member IDs that were routed to handle this booking.", - "example": [ - 101, - 102 - ], + "example": [101, 102], "type": "array", "items": { "type": "number" @@ -24091,10 +22067,7 @@ "example": "Account" } }, - "required": [ - "responseId", - "teamMemberIds" - ] + "required": ["responseId", "teamMemberIds"] }, "CreateBookingInput_2024_08_13": { "type": "object", @@ -24146,10 +22119,7 @@ }, "guests": { "description": "An optional list of guest emails attending the event.", - "example": [ - "guest1@example.com", - "guest2@example.com" - ], + "example": ["guest1@example.com", "guest2@example.com"], "type": "array", "items": { "type": "string" @@ -24206,10 +22176,7 @@ "description": "Routing information from routing forms that determined the booking assignment. Both responseId and teamMemberIds are required if provided.", "example": { "responseId": 123, - "teamMemberIds": [ - 101, - 102 - ] + "teamMemberIds": [101, 102] }, "allOf": [ { @@ -24218,10 +22185,7 @@ ] } }, - "required": [ - "start", - "attendee" - ] + "required": ["start", "attendee"] }, "CreateInstantBookingInput_2024_08_13": { "type": "object", @@ -24273,10 +22237,7 @@ }, "guests": { "description": "An optional list of guest emails attending the event.", - "example": [ - "guest1@example.com", - "guest2@example.com" - ], + "example": ["guest1@example.com", "guest2@example.com"], "type": "array", "items": { "type": "string" @@ -24333,10 +22294,7 @@ "description": "Routing information from routing forms that determined the booking assignment. Both responseId and teamMemberIds are required if provided.", "example": { "responseId": 123, - "teamMemberIds": [ - 101, - 102 - ] + "teamMemberIds": [101, 102] }, "allOf": [ { @@ -24350,11 +22308,7 @@ "example": true } }, - "required": [ - "start", - "attendee", - "instant" - ] + "required": ["start", "attendee", "instant"] }, "CreateRecurringBookingInput_2024_08_13": { "type": "object", @@ -24406,10 +22360,7 @@ }, "guests": { "description": "An optional list of guest emails attending the event.", - "example": [ - "guest1@example.com", - "guest2@example.com" - ], + "example": ["guest1@example.com", "guest2@example.com"], "type": "array", "items": { "type": "string" @@ -24466,10 +22417,7 @@ "description": "Routing information from routing forms that determined the booking assignment. Both responseId and teamMemberIds are required if provided.", "example": { "responseId": 123, - "teamMemberIds": [ - 101, - 102 - ] + "teamMemberIds": [101, 102] }, "allOf": [ { @@ -24483,10 +22431,7 @@ "example": 5 } }, - "required": [ - "start", - "attendee" - ] + "required": ["start", "attendee"] }, "BookingHost": { "type": "object", @@ -24512,13 +22457,7 @@ "example": "America/Los_Angeles" } }, - "required": [ - "id", - "name", - "email", - "username", - "timeZone" - ] + "required": ["id", "name", "email", "username", "timeZone"] }, "EventType": { "type": "object", @@ -24532,10 +22471,7 @@ "example": "some-event" } }, - "required": [ - "id", - "slug" - ] + "required": ["id", "slug"] }, "BookingOutput_2024_08_13": { "type": "object", @@ -24564,12 +22500,7 @@ }, "status": { "type": "string", - "enum": [ - "cancelled", - "accepted", - "rejected", - "pending" - ], + "enum": ["cancelled", "accepted", "rejected", "pending"], "example": "accepted" }, "cancellationReason": { @@ -24657,10 +22588,7 @@ } }, "guests": { - "example": [ - "guest1@example.com", - "guest2@example.com" - ], + "example": ["guest1@example.com", "guest2@example.com"], "type": "array", "items": { "type": "string" @@ -24721,12 +22649,7 @@ }, "status": { "type": "string", - "enum": [ - "cancelled", - "accepted", - "rejected", - "pending" - ], + "enum": ["cancelled", "accepted", "rejected", "pending"], "example": "accepted" }, "cancellationReason": { @@ -24814,10 +22737,7 @@ } }, "guests": { - "example": [ - "guest1@example.com", - "guest2@example.com" - ], + "example": ["guest1@example.com", "guest2@example.com"], "type": "array", "items": { "type": "string" @@ -24945,14 +22865,7 @@ } } }, - "required": [ - "name", - "email", - "timeZone", - "absent", - "seatUid", - "bookingFieldsResponses" - ] + "required": ["name", "email", "timeZone", "absent", "seatUid", "bookingFieldsResponses"] }, "CreateSeatedBookingOutput_2024_08_13": { "type": "object", @@ -24981,12 +22894,7 @@ }, "status": { "type": "string", - "enum": [ - "cancelled", - "accepted", - "rejected", - "pending" - ], + "enum": ["cancelled", "accepted", "rejected", "pending"], "example": "accepted" }, "cancellationReason": { @@ -25125,12 +23033,7 @@ }, "status": { "type": "string", - "enum": [ - "cancelled", - "accepted", - "rejected", - "pending" - ], + "enum": ["cancelled", "accepted", "rejected", "pending"], "example": "accepted" }, "cancellationReason": { @@ -25253,10 +23156,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "oneOf": [ @@ -25282,10 +23182,7 @@ "description": "Booking data, which can be either a BookingOutput object or an array of RecurringBookingOutput objects" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "GetSeatedBookingOutput_2024_08_13": { "type": "object", @@ -25314,12 +23211,7 @@ }, "status": { "type": "string", - "enum": [ - "cancelled", - "accepted", - "rejected", - "pending" - ], + "enum": ["cancelled", "accepted", "rejected", "pending"], "example": "accepted" }, "cancellationReason": { @@ -25453,12 +23345,7 @@ }, "status": { "type": "string", - "enum": [ - "cancelled", - "accepted", - "rejected", - "pending" - ], + "enum": ["cancelled", "accepted", "rejected", "pending"], "example": "accepted" }, "cancellationReason": { @@ -25576,10 +23463,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "oneOf": [ @@ -25614,10 +23498,7 @@ "type": "object" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "RecordingItem": { "type": "object", @@ -25661,14 +23542,7 @@ "example": "Error message" } }, - "required": [ - "id", - "roomName", - "startTs", - "status", - "duration", - "shareToken" - ] + "required": ["id", "roomName", "startTs", "status", "duration", "shareToken"] }, "GetBookingRecordingsOutput": { "type": "object", @@ -25676,10 +23550,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "error": { "type": "object" @@ -25691,10 +23562,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "GetBookingTranscriptsOutput": { "type": "object", @@ -25702,16 +23570,10 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { - "example": [ - "https://transcript1.com", - "https://transcript2.com" - ], + "example": ["https://transcript1.com", "https://transcript2.com"], "type": "array", "items": { "type": "string" @@ -25721,10 +23583,7 @@ "type": "object" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "GetBookingsOutput_2024_08_13": { "type": "object", @@ -25732,10 +23591,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -25764,11 +23620,7 @@ "type": "object" } }, - "required": [ - "status", - "data", - "pagination" - ] + "required": ["status", "data", "pagination"] }, "RescheduleBookingInput_2024_08_13": { "type": "object", @@ -25788,9 +23640,7 @@ "description": "Reason for rescheduling the booking" } }, - "required": [ - "start" - ] + "required": ["start"] }, "RescheduleSeatedBookingInput_2024_08_13": { "type": "object", @@ -25810,10 +23660,7 @@ "description": "Uid of the specific seat within booking." } }, - "required": [ - "start", - "seatUid" - ] + "required": ["start", "seatUid"] }, "RescheduleBookingOutput_2024_08_13": { "type": "object", @@ -25821,10 +23668,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "oneOf": [ @@ -25844,10 +23688,7 @@ "description": "Booking data, which can be either a BookingOutput object or a RecurringBookingOutput object" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "CancelBookingInput_2024_08_13": { "type": "object", @@ -25871,9 +23712,7 @@ "description": "Uid of the specific seat within booking." } }, - "required": [ - "seatUid" - ] + "required": ["seatUid"] }, "CancelBookingOutput_2024_08_13": { "type": "object", @@ -25881,10 +23720,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "oneOf": [ @@ -25916,10 +23752,7 @@ "description": "Booking data, which can be either a BookingOutput object, a RecurringBookingOutput object, or an array of RecurringBookingOutput objects" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "MarkAbsentBookingInput_2024_08_13": { "type": "object", @@ -25943,10 +23776,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "oneOf": [ @@ -25960,10 +23790,7 @@ "description": "Booking data, which can be either a BookingOutput object or a RecurringBookingOutput object" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "ReassignedToDto": { "type": "object", @@ -25981,11 +23808,7 @@ "example": "john.doe@example.com" } }, - "required": [ - "id", - "name", - "email" - ] + "required": ["id", "name", "email"] }, "ReassignBookingOutput_2024_08_13": { "type": "object", @@ -25993,10 +23816,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "oneOf": [ @@ -26012,10 +23832,7 @@ ] } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "ReassignToUserBookingInput_2024_08_13": { "type": "object", @@ -26049,10 +23866,7 @@ "description": "The link to the calendar" } }, - "required": [ - "label", - "link" - ] + "required": ["label", "link"] }, "CalendarLinksOutput_2024_08_13": { "type": "object", @@ -26070,10 +23884,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "BookingReference": { "type": "object", @@ -26096,12 +23907,7 @@ "description": "The id of the booking reference" } }, - "required": [ - "type", - "eventUid", - "destinationCalendarId", - "id" - ] + "required": ["type", "eventUid", "destinationCalendarId", "id"] }, "BookingReferencesOutput_2024_08_13": { "type": "object", @@ -26119,10 +23925,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "CreateTeamMembershipInput": { "type": "object", @@ -26137,20 +23940,14 @@ "role": { "type": "string", "default": "MEMBER", - "enum": [ - "MEMBER", - "OWNER", - "ADMIN" - ] + "enum": ["MEMBER", "OWNER", "ADMIN"] }, "disableImpersonation": { "type": "boolean", "default": false } }, - "required": [ - "userId" - ] + "required": ["userId"] }, "CreateTeamMembershipOutput": { "type": "object", @@ -26158,19 +23955,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/TeamMembershipOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "GetTeamMembershipOutput": { "type": "object", @@ -26178,19 +23969,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/TeamMembershipOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "GetTeamMembershipsOutput": { "type": "object", @@ -26198,19 +23983,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/TeamMembershipOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UpdateTeamMembershipInput": { "type": "object", @@ -26220,11 +23999,7 @@ }, "role": { "type": "string", - "enum": [ - "MEMBER", - "OWNER", - "ADMIN" - ] + "enum": ["MEMBER", "OWNER", "ADMIN"] }, "disableImpersonation": { "type": "boolean" @@ -26237,19 +24012,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/TeamMembershipOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "DeleteTeamMembershipOutput": { "type": "object", @@ -26257,19 +24026,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/TeamMembershipOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UserWebhookOutputDto": { "type": "object", @@ -26301,14 +24064,7 @@ "type": "string" } }, - "required": [ - "payloadTemplate", - "userId", - "id", - "triggers", - "subscriberUrl", - "active" - ] + "required": ["payloadTemplate", "userId", "id", "triggers", "subscriberUrl", "active"] }, "UserWebhookOutputResponseDto": { "type": "object", @@ -26316,19 +24072,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/UserWebhookOutputDto" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UserWebhooksOutputResponseDto": { "type": "object", @@ -26336,10 +24086,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -26348,10 +24095,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "EventTypeWebhookOutputDto": { "type": "object", @@ -26383,14 +24127,7 @@ "type": "string" } }, - "required": [ - "payloadTemplate", - "eventTypeId", - "id", - "triggers", - "subscriberUrl", - "active" - ] + "required": ["payloadTemplate", "eventTypeId", "id", "triggers", "subscriberUrl", "active"] }, "EventTypeWebhookOutputResponseDto": { "type": "object", @@ -26398,19 +24135,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/EventTypeWebhookOutputDto" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "EventTypeWebhooksOutputResponseDto": { "type": "object", @@ -26418,10 +24149,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -26430,10 +24158,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "DeleteManyWebhooksOutputResponseDto": { "type": "object", @@ -26441,19 +24166,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "string" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "OAuthClientWebhookOutputDto": { "type": "object", @@ -26485,14 +24204,7 @@ "type": "string" } }, - "required": [ - "payloadTemplate", - "oAuthClientId", - "id", - "triggers", - "subscriberUrl", - "active" - ] + "required": ["payloadTemplate", "oAuthClientId", "id", "triggers", "subscriberUrl", "active"] }, "OAuthClientWebhookOutputResponseDto": { "type": "object", @@ -26500,19 +24212,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/OAuthClientWebhookOutputDto" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "OAuthClientWebhooksOutputResponseDto": { "type": "object", @@ -26520,10 +24226,7 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "type": "array", @@ -26532,10 +24235,7 @@ } } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "DestinationCalendarsInputBodyDto": { "type": "object", @@ -26544,11 +24244,7 @@ "type": "string", "example": "apple_calendar", "description": "The calendar service you want to integrate, as returned by the /calendars endpoint", - "enum": [ - "apple_calendar", - "google_calendar", - "office365_calendar" - ] + "enum": ["apple_calendar", "google_calendar", "office365_calendar"] }, "externalId": { "type": "string", @@ -26559,10 +24255,7 @@ "type": "string" } }, - "required": [ - "integration", - "externalId" - ] + "required": ["integration", "externalId"] }, "DestinationCalendarsOutputDto": { "type": "object", @@ -26581,12 +24274,7 @@ "nullable": true } }, - "required": [ - "userId", - "integration", - "externalId", - "credentialId" - ] + "required": ["userId", "integration", "externalId", "credentialId"] }, "DestinationCalendarsOutputResponseDto": { "type": "object", @@ -26594,29 +24282,18 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/DestinationCalendarsOutputDto" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "CalendarEventResponseStatus": { "type": "string", "description": "Host's response to the invitation", - "enum": [ - "accepted", - "pending", - "declined", - "needsAction" - ] + "enum": ["accepted", "pending", "declined", "needsAction"] }, "CalendarEventAttendee": { "type": "object", @@ -26645,19 +24322,12 @@ "description": "Indicates if this attendee's attendance is optional" } }, - "required": [ - "email" - ] + "required": ["email"] }, "CalendarEventStatus": { "type": "string", "description": "Status of the event (accepted, pending, declined, cancelled)", - "enum": [ - "accepted", - "pending", - "declined", - "cancelled" - ] + "enum": ["accepted", "pending", "declined", "cancelled"] }, "CalendarEventHost": { "type": "object", @@ -26677,18 +24347,12 @@ "$ref": "#/components/schemas/CalendarEventResponseStatus" } }, - "required": [ - "email" - ] + "required": ["email"] }, "CalendarSource": { "type": "string", "description": "Calendar integration source (e.g., Google Calendar, Office 365, Apple Calendar). Currently only Google Calendar is supported.", - "enum": [ - "google", - "office365", - "apple" - ] + "enum": ["google", "office365", "apple"] }, "UnifiedCalendarEventOutput": { "type": "object", @@ -26782,13 +24446,7 @@ "$ref": "#/components/schemas/CalendarSource" } }, - "required": [ - "start", - "end", - "id", - "title", - "source" - ] + "required": ["start", "end", "id", "title", "source"] }, "GetUnifiedCalendarEventOutput": { "type": "object", @@ -26796,19 +24454,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/UnifiedCalendarEventOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "CreateRoutingFormResponseOutputData": { "type": "object", @@ -26823,10 +24475,7 @@ "example": { "eventTypeId": 123, "routing": { - "teamMemberIds": [ - 101, - 102 - ], + "teamMemberIds": [101, 102], "teamMemberEmail": "john.doe@example.com", "skipContactOwner": true } @@ -26865,19 +24514,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/CreateRoutingFormResponseOutputData" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "RequestEmailVerificationInput": { "type": "object", @@ -26888,9 +24531,7 @@ "example": "acme@example.com" } }, - "required": [ - "email" - ] + "required": ["email"] }, "RequestEmailVerificationOutput": { "type": "object", @@ -26898,15 +24539,10 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] } }, - "required": [ - "status" - ] + "required": ["status"] }, "RequestPhoneVerificationInput": { "type": "object", @@ -26917,9 +24553,7 @@ "example": "+372 5555 6666" } }, - "required": [ - "phone" - ] + "required": ["phone"] }, "RequestPhoneVerificationOutput": { "type": "object", @@ -26927,15 +24561,10 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] } }, - "required": [ - "status" - ] + "required": ["status"] }, "VerifyEmailInput": { "type": "object", @@ -26951,10 +24580,7 @@ "example": "1ABG2C" } }, - "required": [ - "email", - "code" - ] + "required": ["email", "code"] }, "WorkingHours": { "type": "object", @@ -26976,11 +24602,7 @@ "nullable": true } }, - "required": [ - "days", - "startTime", - "endTime" - ] + "required": ["days", "startTime", "endTime"] }, "AvailabilityModel": { "type": "object", @@ -27020,12 +24642,7 @@ "nullable": true } }, - "required": [ - "id", - "days", - "startTime", - "endTime" - ] + "required": ["id", "days", "startTime", "endTime"] }, "ScheduleOutput": { "type": "object", @@ -27095,19 +24712,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/ScheduleOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "VerifyPhoneInput": { "type": "object", @@ -27123,10 +24734,7 @@ "example": "1ABG2C" } }, - "required": [ - "phone", - "code" - ] + "required": ["phone", "code"] }, "UserVerifiedPhoneOutput": { "type": "object", @@ -27134,19 +24742,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/ScheduleOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UserVerifiedEmailsOutput": { "type": "object", @@ -27154,19 +24756,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/ScheduleOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "UserVerifiedPhonesOutput": { "type": "object", @@ -27174,19 +24770,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/ScheduleOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "TeamVerifiedEmailOutput": { "type": "object", @@ -27194,19 +24784,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/ScheduleOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "TeamVerifiedPhoneOutput": { "type": "object", @@ -27214,19 +24798,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/ScheduleOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "TeamVerifiedEmailsOutput": { "type": "object", @@ -27234,19 +24812,13 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/ScheduleOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] }, "TeamVerifiedPhonesOutput": { "type": "object", @@ -27254,20 +24826,14 @@ "status": { "type": "string", "example": "success", - "enum": [ - "success", - "error" - ] + "enum": ["success", "error"] }, "data": { "$ref": "#/components/schemas/ScheduleOutput" } }, - "required": [ - "status", - "data" - ] + "required": ["status", "data"] } } } -} \ No newline at end of file +}