Refactor API documentation and update endpoint tags for clarity
- Updated README.md to reflect changes in endpoint categories, renaming "Customers-Admin" to "Admin-Customers" and "Companies-Admin" to "Admin-Companies" for consistency. - Modified health check endpoint tags from "Health" to "Admin-Health" to align with the new naming convention. - Adjusted Swagger documentation to replace outdated tags and ensure accurate representation of the API structure. - Enhanced user and customer handler documentation to reflect the new "Admin-Authorization" and "Admin-Users" tags, improving clarity in the API documentation.
This commit is contained in:
@@ -64,10 +64,9 @@ The Tender Management API features comprehensive, auto-generated Swagger documen
|
||||
- **Health**: System monitoring and health check endpoints
|
||||
- **Authorization**: User authentication, token management, and session handling
|
||||
- **Users**: Administrative user management with RBAC (Role-Based Access Control)
|
||||
- **Customers-Admin**: Web panel customer management with advanced filtering
|
||||
- **Admin-Customers**: Web panel customer management with advanced filtering
|
||||
- **Customers-Authorization**: Mobile app customer authentication and profile access
|
||||
- **Companies-Admin**: Comprehensive company management with search, filtering, and analytics
|
||||
- **Companies-Mobile**: Mobile-optimized company lookup and information retrieval
|
||||
- **Admin-Companies**: Comprehensive company management with search, filtering, and analytics
|
||||
|
||||
#### 🔧 **Documentation Access**
|
||||
- **Local Development**: `http://localhost:8081/swagger/`
|
||||
|
||||
Reference in New Issue
Block a user