PUT/spaces/api/v1/companies/{companyID}.json
Updates an existing Company
Path Params
- Name
companyID
- Type
- integer
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
ProjectsStatus is the response from projects.
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
- Code
- 409
- Type
- object
- Schema
- Description
- 409 Conflict
- Code
- 500
- Type
- object
- Schema
- Description
- 500 Internal Server Error
200 OK
ProjectsStatus
{
"STATUS": "string"
}