Error while creating link between requirements in DNG using PUT method
Hello All
We are trying to create link between Requirements through API, following reference article https://jazz.net/library/
<wbr>
article/1197 -> Adding and removing links section,
I am getting an error of Precondition failed while creating link between requirements.
<rdf:RDF
xmlns:rdf="http://www.w3.
<wbr>
org/1999/02/22-rdf-syntax-ns#"
xmlns:err="http://jazz.
<wbr>
net/xmlns/prod/jazz/
<wbr>
foundation/1.0/">
<rdf:Description>
>com.ibm.rdm.fronting.
<wbr>
server.exception.
<wbr>
PreconditionFailedException</e
<wbr>
rr:detailedMessage>
>Precondition Failed</err:
<wbr>
errorMessage>
>412</err:errorStatus>
</rdf:Description>
</rdf:RDF>
This is I am trying through PostMan..
Can you Please suggest me above error.
Thanks
Monali
Comments
Ian Barnard
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Oct 01 '20, 11:18 a.m.Are you copying the etag from GET of the artifact into the PUT? This is required to ensure you're updating the same version as you got.
Ian Barnard
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Oct 01 '20, 11:31 a.m.Also, what type of link are you trying to add?