{
"Action": "ArchiveTestRun",
"ProjectName": "project name",
"RunId": 1
}
curl --location -g --request POST 'https://.coding.net/open-api?Action=ArchiveTestRun' \
--header 'AccessToken;' \
--header 'Action;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Action": "ArchiveTestRun",
"ProjectName": "project name",
"RunId": 1
}'{
"Response": {
"Data": {
"Id": 0,
"IterationId": 0,
"Name": "string",
"IncludeAll": true,
"IsCompleted": true,
"CompletedAt": "string",
"PassedCount": 0,
"RetestCount": 0,
"FailedCount": 0,
"UntestedCount": 0,
"BlockedCount": 0,
"AssignedToId": 0,
"Description": "string",
"CreatedBy": 0,
"CreatedAt": "string",
"SectionId": 0,
"SectionName": "string",
"State": 0,
"Days": 0,
"ConfigEnvironmentId": 0,
"GitDepotId": 0,
"GitDepotName": "string",
"GitReleaseId": 0,
"GitReleaseName": "string",
"GitReleaseState": 0,
"ExecuteType": 0,
"IterationName": "string"
},
"RequestId": "string"
}
}