SpiraPlan: REST Web Service (v5.0)
Updates the specified Association's information
Currently only the comment field is updated
To access this REST web service, you need to use the following URL (make sure to replace any parameters (eg {project_id}) with the relevant value (eg 1):
https://api.inflectra.com/Spira/Services/v5_0/RestService.svc/projects/{project_id}/associations
<RemoteAssociation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v5_0.DataObjects"> <ArtifactLinkId i:nil="true" /> <ArtifactLinkTypeId>0</ArtifactLinkTypeId> <ArtifactLinkTypeName i:nil="true" /> <Comment i:nil="true" /> <CreationDate i:nil="true" /> <CreatorId i:nil="true" /> <CreatorName i:nil="true" /> <DestArtifactId>0</DestArtifactId> <DestArtifactName i:nil="true" /> <DestArtifactTypeId>0</DestArtifactTypeId> <DestArtifactTypeName i:nil="true" /> <SourceArtifactId>0</SourceArtifactId> <SourceArtifactTypeId>0</SourceArtifactTypeId> </RemoteAssociation>
{"ArtifactLinkId":null, "ArtifactLinkTypeId":0, "ArtifactLinkTypeName":null, "Comment":null, "CreationDate":null, "CreatorId":null, "CreatorName":null, "DestArtifactId":0, "DestArtifactName":null, "DestArtifactTypeId":0, "DestArtifactTypeName":null, "SourceArtifactId":0, "SourceArtifactTypeId":0}
The JSON and XML examples below show the shape of one entry that will be returned. It does not show an example of how that entry will be populated.
Nothing Returned