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",
"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",
"name": "Tenders"