PUT/spaces/api/v1/companies/{companyID}.json

Updates an existing Company

Path Params

  • Name
    companyID
    Type
    integer
    required
    Description

Request Examples

Example Request

PUT
/spaces/api/v1/companies/{companyID}.json
curl --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

Examples

200 OK

ProjectsStatus
{
  "STATUS": "string"
}