Add Company Information Access to API Documentation

- Updated API documentation to include a new section for company information access, detailing operations related to company profiles and tenders.
- Enhanced Swagger JSON, YAML, and Go documentation to accurately reflect the new "Company" tag, ensuring clarity for mobile application users.
- This addition improves the overall usability of the API by providing comprehensive information on company-related functionalities.
This commit is contained in:
n.nakhostin
2025-08-20 12:29:27 +03:30
parent 843ae22515
commit ff3f5a9b8f
3 changed files with 11 additions and 0 deletions
+4
View File
@@ -8425,6 +8425,10 @@ const docTemplate = `{
"description": "Customer authentication and authorization operations for mobile application including login, logout, token refresh, and profile access", "description": "Customer authentication and authorization operations for mobile application including login, logout, token refresh, and profile access",
"name": "Authorization" "name": "Authorization"
}, },
{
"description": "Company information access for mobile application including company profile and company tenders",
"name": "Company"
},
{ {
"description": "Public tender information access for mobile application including active tender listings and detailed tender information", "description": "Public tender information access for mobile application including active tender listings and detailed tender information",
"name": "Tenders" "name": "Tenders"
+4
View File
@@ -8419,6 +8419,10 @@
"description": "Customer authentication and authorization operations for mobile application including login, logout, token refresh, and profile access", "description": "Customer authentication and authorization operations for mobile application including login, logout, token refresh, and profile access",
"name": "Authorization" "name": "Authorization"
}, },
{
"description": "Company information access for mobile application including company profile and company tenders",
"name": "Company"
},
{ {
"description": "Public tender information access for mobile application including active tender listings and detailed tender information", "description": "Public tender information access for mobile application including active tender listings and detailed tender information",
"name": "Tenders" "name": "Tenders"
+3
View File
@@ -5381,6 +5381,9 @@ tags:
- description: Customer authentication and authorization operations for mobile application - description: Customer authentication and authorization operations for mobile application
including login, logout, token refresh, and profile access including login, logout, token refresh, and profile access
name: Authorization name: Authorization
- description: Company information access for mobile application including company
profile and company tenders
name: Company
- description: Public tender information access for mobile application including active - description: Public tender information access for mobile application including active
tender listings and detailed tender information tender listings and detailed tender information
name: Tenders name: Tenders