Link Platform to Test Suite

QMetry 7QMetry 8
  • URL: /rest/testsuites/link/platforms
  • Method: PUT
  • URL: /rest/testsuites/link/platforms
  • Method: PUT
Request Body
{
	"qmTsId":"<Testsuite id e.g 555>",
	"qmPlatformId":"<Platform id's seperated by comma e.g 658,659>"
}
Request Body
{
    "qmTsId":"<Testsuite id e.g 555>",
	"qmPlatformId":"<Platform id's seperated by comma e.g 658,659>"
 }
Response Body
{
	"success":true,
	"code":"TS.LINK_PLATFORM_SUCCESS",
	"data":[
		{
			"COUNT":<No of Platforms linked>
		}
	]
}
Response Body
{
    "COUNT": <No of Platforms linked>,
    "success": true,
    "code": "TS.LINK_PLATFORM_SUCCESS",
    "message": "Platform(s) linked successfully.",
    "data": [{
        "COUNT": <No of Platforms linked>
    }],
    "platformCount": <Total No of Platforms linked>
}