Link Library
all catenda projects have a link library, use the link library to store links all items in the link library are library items list links use the list library items endpoint with the following supported parameters to limit the result associations search create a link use the create library item endpoint to create a link prepare request body set the necessary fields of the json request body { "name" "link name", "type" "link", "link" { "url" "https //www example com" } } make request send a post request to the endpoint curl x post \\ 'https //api catenda com/v2/projects/{project id}/libraries/{library id}/items' \\ \ header 'accept application/json' \\ \ header 'authorization bearer your access token' \\ \ header 'content type application/json' \\ \ data raw '{ "name" "link name", "type" "link", "link" { "url" "https //www example com" } }' update a link use the update library item endpoint with the following supported parameters name