SpiraTeam: REST Web Service (v7.0)
Updates the project data mapping for a specific data sync plugin. Only the ExternalKey is updated; the Active status is not modified.
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://eti.spiraservice.net/Services/v7_0/RestService.svc/data-mappings/{data_sync_system_id}/projects/{project_id}
<RemoteDataMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v7_0.DataObjects"> <ArtifactTypeId i:nil="true" /> <ExternalKey /> <InternalId>-1</InternalId> <Primary>true</Primary> <ProjectId i:nil="true" /> </RemoteDataMapping>
{"ProjectId":null, "InternalId":-1, "ExternalKey":"", "Primary":true, "ArtifactTypeId":null}
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