Company

Update company info

Update company info. Be recognizable!

patch/api/v1/company/{company_id}

Path parameters

company_idstring uuid required

Request body

namestring required

The name of the company

descriptionstring nullable

The description of the company

websitestring nullable

The website of the company

contactEmailstring nullable

The contact of the company

phonestring nullable

The phone number of the company

telegramAccountstring nullable

The telegram account of the company

Example request

{
  "contact_email": "example@ex.com",
  "description": "A leading company in tech innovation, specializing in AI and IoT solutions.",
  "name": "Tech Innovators Inc.",
  "phone": "+1234567890",
  "telegram_account": "@techinnovators",
  "website": "https://www.techinnovators.com"
}

Response

Successful Response

{"stackTrail":"paths:/api/v1/company/{company_id}:patch:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.