Azure DevOps · Example Payload

Microsoft Azure Devops Testsuites Create Example

AgileCI/CDDevOpsProject ManagementVersion Control

Microsoft Azure Devops Testsuites Create Example is an example object payload from Azure DevOps, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "testSuites_create",
  "method": "POST",
  "path": "/testplan/plans/{planId}/suites",
  "summary": "Azure DevOps Create a test suite",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "Login Tests",
        "suiteType": "staticTestSuite",
        "parentSuite": {
          "id": 1
        }
      }
    }
  ],
  "responseExamples": []
}