curl --request POST \ --url https://app.tegon.ai/api/v1/linked_issues/{linkedIssueId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "url": "<string>", "sourceId": "<string>", "title": "<string>", "sourceData": {}, "createdById": "<string>" }'
{ "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "deleted": "2023-11-07T05:31:56Z", "url": "<string>", "sourceId": "<string>", "sourceData": {}, "createdById": "<string>", "updatedById": "<string>", "issueId": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Was this page helpful?