From e06403c8623f4d614f69f380f6565481266d942e Mon Sep 17 00:00:00 2001 From: Rachid Flih Date: Tue, 30 Jul 2024 13:16:26 +0100 Subject: [PATCH] fix: Typo on ats/offices controller --- packages/api/src/ats/office/office.controller.ts | 4 ++-- packages/api/swagger/swagger-spec.yaml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/api/src/ats/office/office.controller.ts b/packages/api/src/ats/office/office.controller.ts index 69c811ac5..91c4edc2a 100644 --- a/packages/api/src/ats/office/office.controller.ts +++ b/packages/api/src/ats/office/office.controller.ts @@ -32,7 +32,7 @@ import { ApiGetCustomResponse, ApiPaginatedResponse } from '@@core/utils/dtos/op @ApiBearerAuth('bearer') @ApiTags('ats/offices') -@Controller('ats/ offices') +@Controller('ats/offices') export class OfficeController { constructor( private readonly officeService: OfficeService, @@ -44,7 +44,7 @@ export class OfficeController { @ApiOperation({ operationId: 'listAtsOffice', - summary: 'List Offices', + summary: 'List Offices', }) @ApiHeader({ name: 'x-connection-token', diff --git a/packages/api/swagger/swagger-spec.yaml b/packages/api/swagger/swagger-spec.yaml index 47b0186fa..c62e16d0d 100644 --- a/packages/api/swagger/swagger-spec.yaml +++ b/packages/api/swagger/swagger-spec.yaml @@ -4993,10 +4993,10 @@ paths: tags: *ref_96 security: *ref_97 x-speakeasy-group: ats.offers - /ats/ offices: + /ats/offices: get: operationId: listAtsOffice - summary: List Offices + summary: List Offices parameters: - name: x-connection-token required: true @@ -5040,8 +5040,8 @@ paths: - ats/offices security: &ref_99 - bearer: [] - x-speakeasy-group: ats. offices - /ats/ offices/{id}: + x-speakeasy-group: ats.offices + /ats/offices/{id}: get: operationId: retrieveAtsOffice summary: Retrieve Offices @@ -5074,7 +5074,7 @@ paths: $ref: '#/components/schemas/UnifiedAtsOfficeOutput' tags: *ref_98 security: *ref_99 - x-speakeasy-group: ats. offices + x-speakeasy-group: ats.offices /ats/rejectreasons: get: operationId: listAtsRejectReasons