SpiraPlan: REST Web Service (v6.0)

See all operations

PUT: projects/{project_id}/test-sets/{test_set_id}/test-case-mapping

Description

Updates a test set test case mapping's properties (not the mapping itself)

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}/test-sets/{test_set_id}/test-case-mapping

Request Parameters

Name Description
project_id The id of the project
test_set_id The id of the test set

Request Body

Property Description
TestSetTestCaseId The unique id of the test case in the test set
TestSetId The id of the test set
TestCaseId The id of the test case
OwnerId The id of the owner of the test case in the test set Leave as null to default to the test set's owner
PlannedDate Does the test case in the test set have a specific planned date
IsSetupTeardown Is this a setup or teardown test case in the test set

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.