Skip to main content

Update a company information

PATCH 

/companies/:companyID

Update a company information

Request

Path Parameters

    companyID uuidrequired

Body

required

    name stringrequired

    Possible values: non-empty

Responses

success - company updated information

Schema

    id stringrequired

    Unique identifier of the company

    name stringnullablerequired

    Name of the company

    specific

    object

    nullable

    required

    Value specific to the company with arbitrary structure

    nullable
Loading...