How to update specific work item link resource of collection of resource links using OSLC api?
I have git commits work item response as below. In this i need update only specific link,eg.
rtc_cm:com.ibm.team.git.workitem.linktype.gitCommit.gitcommit [0] value only i need to modify using OSLC apis , Can you please someone help on this?
rtc_cm:com.ibm.team.git.workitem.linktype.gitCommit.gitcommit":[
{
"dcterms:title":"remove new test attribute",
"rdf:resource":"https:\/\/hostserver.com\/projects\/IR\/repos\/iridium\/commits\/f259e9032cdeb1e28d073e8a79a1fd6f958"
},
{
"dcterms:title":"Git Commit test",
"rdf:resource":"http:\/\/UrlOfTheArtifacts"
},
{
"dcterms:title":"remove new test attribute",
"rdf:resource":"https:\/\/hostserver.com\/projects\/IR\/repos\/iridium\/commits\/f259e9032cdeb1e28d073e8a79a1fd6f9587f233_11"
},
{
"dcterms:title":"Git Commit test",
"rdf:resource":"https:\/\/hostserver.com\/projects\/Iridium\/repos\/iridium\/commits\/f259e9032cdeb1e28d073e8a79a1fd6f9587f233"
}],