PUT/projects/{projectId}.json

Setting a Project Owner

This call allows you to set a project owner by using in the project id in the path and sending in the id of the owner in the body of the request.

This call can be used when changing a project owner.

Please note

If the project is inside a portfolio board, you will also recieve the column and the card that project is associated with. This affects the board because you can filter by project owner.

Your response will look like this:

{
    "linkedColumnId": "12345",
    "STATUS": "OK",
    "linkedCardId": "12345"
}

Path Params

  • Name
    projectId
    Type
    string
    required
    Description

Body Params

    • Name
      project
      Type
      object

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

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