Skip to content

Docs/120/make swagger docs#121

Merged
Kimoo193 merged 2 commits into
mainfrom
docs/120/make-swagger-docs
Apr 8, 2025
Merged

Docs/120/make swagger docs#121
Kimoo193 merged 2 commits into
mainfrom
docs/120/make-swagger-docs

Conversation

@Kimoo193
Copy link
Copy Markdown
Contributor

@Kimoo193 Kimoo193 commented Apr 8, 2025

PR Checklist (required)

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines.

  • Tests for the changes have been added (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation changes
  • Other... Please describe:

Related Issue

Closes #120

@Kimoo193 Kimoo193 added the documentation Improvements or additions to documentation label Apr 8, 2025
@Kimoo193 Kimoo193 requested a review from Copilot April 8, 2025 13:27
@Kimoo193 Kimoo193 self-assigned this Apr 8, 2025
@Kimoo193 Kimoo193 linked an issue Apr 8, 2025 that may be closed by this pull request
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

README.md:58

  • [nitpick] Consider using GET /api/departments instead of GET /api/departments/all for a more standard RESTful endpoint naming convention.
+- Get all Departments: `GET /api/departments/all`

README.md:59

  • [nitpick] Consider using POST /api/departments for creating a new department, aligning with standard RESTful practices.
+- Create a Department: `POST /api/departments/create`

@Kimoo193 Kimoo193 merged commit 0986ee0 into main Apr 8, 2025
11 checks passed
@Kimoo193 Kimoo193 deleted the docs/120/make-swagger-docs branch April 8, 2025 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOCS] Make Swagger docs

2 participants