Update a company information
PATCH/companies/:companyID
Update a company information
Request
Path Parameters
companyID uuidrequired
- application/json
Body
required
name stringrequired
Possible values: non-empty
Responses
- 200
success - company updated information
- application/json
- Schema
- Example (from schema)
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
{
"id": "adfdfaca-48f0-4f3b-b30a-c6d97293090c",
"name": "Apple Paris",
"specific": {
"customField": "customValue"
}
}
Loading...