POST/projects/{id}/links.json

Create a Single Link

This command will create a single link.


Path Params

  • Name
    id
    Type
    string
    required
    Description

Body Params

    • Name
      link
      Type
      object

    Request Examples

    Example Request

    POST
    /projects/{id}/links.json
    curl --request GET \
         --url https://{site_name}.teamwork.com/stats.json

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "id": "1",
      "linkId": "1",
      "STATUS": "OK"
    }