Skip to content

Commit

Permalink
fix: Typo on ats/offices controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachid Flih authored and Rachid Flih committed Jul 30, 2024
1 parent 04f261d commit e06403c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/api/src/ats/office/office.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -44,7 +44,7 @@ export class OfficeController {

@ApiOperation({
operationId: 'listAtsOffice',
summary: 'List Offices',
summary: 'List Offices',
})
@ApiHeader({
name: 'x-connection-token',
Expand Down
10 changes: 5 additions & 5 deletions packages/api/swagger/swagger-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e06403c

Please sign in to comment.