Skip to content

Commit

Permalink
📝 Added swagger title for apo
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Jul 26, 2024
1 parent b2cb481 commit accd11c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/api/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ function addSpeakeasyGroup(document: any) {
async function bootstrap() {
const app = await NestFactory.create(AppModule);
const config = new DocumentBuilder()
.setTitle('Unified Panora API')
.setDescription('The Panora API description')
.setTitle('Panora API')
.setDescription('A unified API to ship integrations')
.setVersion('1.0')
.addServer('https://api.panora.dev', 'Production server')
.addServer('https://api-sandbox.panora.dev', 'Sandbox server')
Expand Down
4 changes: 2 additions & 2 deletions packages/api/swagger/swagger-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7992,8 +7992,8 @@ paths:
security: *ref_161
x-speakeasy-group: ticketing.attachments
info:
title: Unified Panora API
description: The Panora API description
title: Panora API
description: A unified API to ship integrations
version: '1.0'
contact: {}
tags: []
Expand Down

0 comments on commit accd11c

Please sign in to comment.