{ "opencollection": "1.0.0", "info": { "name": "Productboard Public Note Relationships API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Note Relationships", "type": "folder" }, "items": [ { "info": { "name": "List note relationships", "type": "http" }, "http": { "method": "GET", "url": "https://api.productboard.com/v2/notes/:id/relationships", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List note relationships" }, { "info": { "name": "Link note to entity or customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.productboard.com/v2/notes/:id/relationships", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Link note to entity or customer" }, { "info": { "name": "Remove relationship", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.productboard.com/v2/notes/:id/relationships/:targetId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "targetId", "value": "", "type": "path" } ] }, "docs": "Remove relationship" }, { "info": { "name": "Set or replace customer relationship", "type": "http" }, "http": { "method": "PUT", "url": "https://api.productboard.com/v2/notes/:id/relationships/customer", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Set or replace customer relationship" } ] } ], "bundled": true }