PUT/spaces/api/v1/companies/{companyID}.json
Updates an existing Company
Request Examples
Example Request
PUT
/spaces/api/v1/companies/{companyID}.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/tags.json
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"
}