Remove 'country' field from CompanyProfileResponse and update API documentation accordingly
- Eliminated the 'country' field from the CompanyProfileResponse structure in the entity, Swagger JSON, YAML, and Go documentation. - This change streamlines the response format for company profiles, ensuring clarity and consistency in the API documentation. - Updated relevant documentation files to reflect the removal, enhancing the overall usability of the API.
This commit is contained in:
@@ -80,8 +80,6 @@ definitions:
|
||||
type: object
|
||||
company.CompanyProfileResponse:
|
||||
properties:
|
||||
country:
|
||||
type: string
|
||||
created_at:
|
||||
type: integer
|
||||
founded_year:
|
||||
|
||||
Reference in New Issue
Block a user