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

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

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