Updates a test set in the system
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):
<RemoteTestSet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v5_0.DataObjects">
<ArtifactTypeId>0</ArtifactTypeId>
<ConcurrencyDate>0001-01-01T00:00:00</ConcurrencyDate>
<CustomProperties i:nil="true" />
<IsAttachments>false</IsAttachments>
<ProjectId i:nil="true" />
<ActualDuration i:nil="true" />
<AutomationHostId i:nil="true" />
<BuildExecuteTimeInterval i:nil="true" />
<CountBlocked i:nil="true" />
<CountCaution i:nil="true" />
<CountFailed i:nil="true" />
<CountNotApplicable i:nil="true" />
<CountNotRun i:nil="true" />
<CountPassed i:nil="true" />
<CreationDate>0001-01-01T00:00:00</CreationDate>
<CreatorId i:nil="true" />
<CreatorName i:nil="true" />
<Description i:nil="true" />
<DynamicQuery i:nil="true" />
<EstimatedDuration i:nil="true" />
<ExecutionDate i:nil="true" />
<IndentLevel i:nil="true" />
<IsAutoScheduled>false</IsAutoScheduled>
<IsDynamic>false</IsDynamic>
<LastUpdateDate>0001-01-01T00:00:00</LastUpdateDate>
<Name i:nil="true" />
<OwnerId i:nil="true" />
<OwnerName i:nil="true" />
<PlannedDate i:nil="true" />
<ProjectName i:nil="true" />
<RecurrenceId i:nil="true" />
<RecurrenceName i:nil="true" />
<ReleaseId i:nil="true" />
<ReleaseVersionNumber i:nil="true" />
<TestConfigurationSetId i:nil="true" />
<TestRunTypeId i:nil="true" />
<TestSetFolderId i:nil="true" />
<TestSetId i:nil="true" />
<TestSetStatusId>0</TestSetStatusId>
<TestSetStatusName i:nil="true" />
</RemoteTestSet>
{"ArtifactTypeId":0,
"ConcurrencyDate":"\/Date(-62135578800000-0500)\/",
"CustomProperties":null,
"IsAttachments":false,
"ProjectId":null,
"ActualDuration":null,
"AutomationHostId":null,
"BuildExecuteTimeInterval":null,
"CountBlocked":null,
"CountCaution":null,
"CountFailed":null,
"CountNotApplicable":null,
"CountNotRun":null,
"CountPassed":null,
"CreationDate":"\/Date(-62135578800000-0500)\/",
"CreatorId":null,
"CreatorName":null,
"Description":null,
"DynamicQuery":null,
"EstimatedDuration":null,
"ExecutionDate":null,
"IndentLevel":null,
"IsAutoScheduled":false,
"IsDynamic":false,
"LastUpdateDate":"\/Date(-62135578800000-0500)\/",
"Name":null,
"OwnerId":null,
"OwnerName":null,
"PlannedDate":null,
"ProjectName":null,
"RecurrenceId":null,
"RecurrenceName":null,
"ReleaseId":null,
"ReleaseVersionNumber":null,
"TestConfigurationSetId":null,
"TestRunTypeId":null,
"TestSetFolderId":null,
"TestSetId":null,
"TestSetStatusId":0,
"TestSetStatusName":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.