POST/projects/{id}/links.json
Create a Single Link
This command will create a single link.
Path Params
- Name
id
- Type
- string
- required
- Description
Responses
- Code
- 201
- Type
- object
- Schema
- Description
- 201 Response
201 Response
application/json
{
"id": "1",
"linkId": "1",
"STATUS": "OK"
}