Skip to main content
PATCH
Update Company Profile

Endpoint

Base URL: http://localhost:3000/api/v1
This endpoint requires Company authentication.

Headers

Request Body

string
Company name.
string
Company description.
string
Company website URL.
string
Contact phone number.
string
Logo image URL.
string
Industry (e.g., “Technology”, “Healthcare”, “Finance”).
enum
Company size. - SIZE_1_50 - SIZE_51_200 - SIZE_201_1000 - SIZE_1000_PLUS
enum
Company type. - STARTUP - SCALE_UP - ENTERPRISE - NON_PROFIT - GOVERNMENT
string
Headquarters location.
number
Year the company was founded.
string
Company benefits description.
string
LinkedIn company URL.
string
Facebook page URL.
string
Twitter profile URL.

Example Request

Response

Error Responses

400 Bad Request - Validation Error

401 Unauthorized

403 Forbidden

404 Not Found