Projects
Add related project
Creates a relationship between a specified card (card_id) and another card using a
defined link type (blocks, blocked_by, related, or duplicates).
This relationship helps visualize dependencies or connections between cards.
A 200 response includes details of the linked card.
POST
Link a card with another
Documentation Index
Fetch the complete documentation index at: https://superthread.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Card ID is a numerical string that identifies a card.
Body
application/json
Create linked card request details
Response
Linked card successfully created
Previous
Remove related projectDeletes an existing link between the specified card (`card_id`) and a linked card (`linked_card_id`).
This operation is used to remove relationships between cards.
A 204 response indicates the link was successfully removed.
Next
Link a card with another