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

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

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