Update Company Information
Description:
Allows the Ciso to update the details of his company.
Note: The Ciso can only update his own company's information.
Route:
PUT: api/ciso/companyDetails/:id
Inputs to Update:
Company's name
- type: string.
Company's support email address
- type: string.
Company's image
- type: string.
Validation:
- Only the Ciso can update the company's information.
Mechanism:
Update the company's data.
Output:
The returned data is the updated company's information.