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:
@@ -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"
|
||||
|
||||
@@ -8419,6 +8419,10 @@
|
||||
"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"
|
||||
|
||||
@@ -5381,6 +5381,9 @@ tags:
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user