Azure DevOps · Example Payload

Microsoft Azure Devops Wikis Create Example

AgileCI/CDDevOpsProject ManagementVersion Control

Microsoft Azure Devops Wikis 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": "wikis_create",
  "method": "POST",
  "path": "/wiki/wikis",
  "summary": "Azure DevOps Create a wiki",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "Project Wiki",
        "type": "projectWiki",
        "projectId": "a1b2c3d4-e5f6-a1b2-c3d4-e5f6a1b2c3d4"
      }
    }
  ],
  "responseExamples": []
}