PUT/boards/columns/cards/{id}.json

Edit a Card

Important notice: This endpoint will be deprecated soon and replaced with an existing tasks endpoint, date to be confirmed.

Edit the details of a Card.


Path Params

  • Name
    id
    Type
    string
    required
    Description

Body Params

    • Name
      card
      Type
      object

    Request Examples

    Example Request

    PUT
    /boards/columns/cards/{id}.json
    curl --request GET \
         --url https://{site_name}.teamwork.com/tags.json

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

    application/json
    {
      "STATUS": "OK"
    }