SpiraPlan: REST Web Service (v6.0)

See all operations

PUT: projects/{project_id}/associations

Description

Updates the specified Association's information

Currently only the comment field is updated

How to Execute

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/v6_0/RestService.svc/projects/{project_id}/associations

Request Parameters

Name Description
project_id The id of the current project

Request Body

Property Description
ArtifactLinkId The id of the association/link
SourceArtifactId The artifact id being linked FROM
SourceArtifactTypeId The type of artifact being linked FROM
DestArtifactId The artifact id being linked TO
DestArtifactTypeId The type of artifact being linked TO
ArtifactLinkTypeId The type of artifact link (related to, depends-upon, etc.)
CreatorId The user creating the association/link If not specified, the authenticated user is used
Comment A comment that describes the association in more detail
CreationDate The date/time the association was created

Return Data

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.