Update a company information
PATCH/companies/:company-id
Update a company information
Request
Path Parameters
company-id 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 uuidrequired
name stringrequired
specific
object
nullable
Value specific to the company with arbitrary structure
nullable
{
"id": "adfdfaca-48f0-4f3b-b30a-c6d97293090c",
"name": "Apple Paris",
"specific": {}
}
Loading...