@@ -1216,14 +1216,15 @@ paths:
12161216 $ref : ' #/responses/Unauthorized'
12171217 default :
12181218 $ref : ' #/responses/Error'
1219- /v1 /results :
1219+ /v2 /results :
12201220 get :
12211221 tags : [results]
12221222 summary : Gets test results
12231223 description : Gets a list of test results.
12241224 operationId : get-results
12251225 x-ni-operation : getResults
12261226 x-ni-privilege : Read
1227+ x-ni-oldest-compatible-version : 1
12271228 parameters :
12281229 - in : query
12291230 name : skip
@@ -1251,6 +1252,7 @@ paths:
12511252 operationId : update-results
12521253 x-ni-operation : updateResults
12531254 x-ni-privilege : Write
1255+ x-ni-oldest-compatible-version : 1
12541256 parameters :
12551257 - in : body
12561258 name : requestBody
@@ -1290,6 +1292,7 @@ paths:
12901292 operationId : create-results
12911293 x-ni-operation : createResults
12921294 x-ni-privilege : Write
1295+ x-ni-oldest-compatible-version : 1
12931296 parameters :
12941297 - in : body
12951298 name : requestBody
@@ -1316,14 +1319,15 @@ paths:
13161319 $ref : ' #/responses/Unauthorized'
13171320 default :
13181321 $ref : ' #/responses/Error'
1319- /v1 /results/{resultId} :
1322+ /v2 /results/{resultId} :
13201323 delete :
13211324 tags : [results]
13221325 summary : Deletes a test result
13231326 description : Deletes the test result with the specified id. The request succeeds for result ids that do not exist.
13241327 operationId : DeleteResult
13251328 x-ni-operation : deleteResult
13261329 x-ni-privilege : Write
1330+ x-ni-oldest-compatible-version : 1
13271331 parameters :
13281332 - in : path
13291333 name : resultId
@@ -1342,14 +1346,15 @@ paths:
13421346 $ref : ' #/responses/Unauthorized'
13431347 default :
13441348 $ref : ' #/responses/Error'
1345- /v1 /delete-results :
1349+ /v2 /delete-results :
13461350 post :
13471351 tags : [results]
13481352 summary : Deletes test results
13491353 description : Deletes multiple test results in a single request.
13501354 operationId : delete-results
13511355 x-ni-operation : deleteResults
13521356 x-ni-privilege : Write
1357+ x-ni-oldest-compatible-version : 1
13531358 parameters :
13541359 - in : body
13551360 name : requestBody
@@ -1427,14 +1432,15 @@ paths:
14271432 $ref : ' #/responses/Unauthorized'
14281433 default :
14291434 $ref : ' #/responses/Error'
1430- /v1 /steps :
1435+ /v2 /steps :
14311436 get :
14321437 tags : [steps]
14331438 summary : Gets test steps
14341439 description : Gets a list of test steps.
14351440 operationId : get-steps
14361441 x-ni-operation : getSteps
14371442 x-ni-privilege : Read
1443+ x-ni-oldest-compatible-version : 1
14381444 parameters :
14391445 - in : query
14401446 name : skip
@@ -1462,6 +1468,7 @@ paths:
14621468 operationId : update-steps
14631469 x-ni-operation : updateSteps
14641470 x-ni-privilege : Write
1471+ x-ni-oldest-compatible-version : 1
14651472 parameters :
14661473 - in : body
14671474 name : requestBody
@@ -1488,6 +1495,7 @@ paths:
14881495 operationId : create-steps
14891496 x-ni-operation : createSteps
14901497 x-ni-privilege : Write
1498+ x-ni-oldest-compatible-version : 1
14911499 parameters :
14921500 - in : body
14931501 name : requestBody
@@ -1509,14 +1517,15 @@ paths:
15091517 $ref : ' #/responses/Unauthorized'
15101518 default :
15111519 $ref : ' #/responses/Error'
1512- /v1 /results/{resultId}/steps/{stepId} :
1520+ /v2 /results/{resultId}/steps/{stepId} :
15131521 delete :
15141522 tags : [steps]
15151523 summary : Deletes a test step
15161524 description : Deletes the test step with the specified id. The request succeeds for step ids that do not exist.
15171525 operationId : DeleteStep
15181526 x-ni-operation : deleteStep
15191527 x-ni-privilege : Write
1528+ x-ni-oldest-compatible-version : 1
15201529 parameters :
15211530 - in : path
15221531 name : resultId
@@ -1540,14 +1549,15 @@ paths:
15401549 $ref : ' #/responses/Unauthorized'
15411550 default :
15421551 $ref : ' #/responses/Error'
1543- /v1 /delete-steps :
1552+ /v2 /delete-steps :
15441553 post :
15451554 tags : [steps]
15461555 summary : Deletes test steps
15471556 description : Deletes multiple test steps in a single request.
15481557 operationId : delete-steps
15491558 x-ni-operation : deleteSteps
15501559 x-ni-privilege : Write
1560+ x-ni-oldest-compatible-version : 1
15511561 parameters :
15521562 - in : body
15531563 name : requestBody
0 commit comments