Skip to content

Commit

Permalink
Merge pull request #317 from kingdavidHub/125-single-org-endpoint
Browse files Browse the repository at this point in the history
fix(docs):  correct Swagger documentation for Organisations Endpoint
  • Loading branch information
incredible-phoenix246 authored Jul 25, 2024
2 parents 96f7694 + 0894595 commit 2763f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controllers/OrgController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,11 @@ export class OrgController {

/**
* @swagger
* /api/org/{org_id}:
* /api/v1/organisations/{org_id}:
* get:
* summary: Get a single organization
* description: Retrieve details of a specific organization by its ID
* tags: [Organizations]
* tags: [Organisations]
* parameters:
* - in: path
* name: org_id
Expand Down

0 comments on commit 2763f96

Please sign in to comment.