Skip to content

Commit

Permalink
✏️ Sdk update
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Feb 13, 2024
1 parent da1f1ff commit 435430b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api/src/crm/deal/deal.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export class DealController {

@ApiOperation({
operationId: 'updateDeal',
summary: 'Update a Deal',
summary: 'Update a deal',
})
@ApiCustomResponse(UnifiedDealOutput)
@UseGuards(ApiKeyAuthGuard)
Expand Down
2 changes: 1 addition & 1 deletion packages/api/swagger/swagger-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@
},
"patch": {
"operationId": "updateDeal",
"summary": "Update a Deal",
"summary": "Update a deal",
"parameters": [
{
"name": "id",
Expand Down

0 comments on commit 435430b

Please sign in to comment.