Azure DevOps · Example Payload

Microsoft Azure Devops Pages Createorupdate Example

AgileCI/CDDevOpsProject ManagementVersion Control

Microsoft Azure Devops Pages Createorupdate 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": "pages_createOrUpdate",
  "method": "PUT",
  "path": "/wiki/wikis/{wikiIdentifier}/pages",
  "summary": "Azure DevOps Create or update a wiki page",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "content": "# Getting Started\n\nWelcome to the project wiki!\n\n## Prerequisites\n\n- Node.js 18+\n- npm or yarn\n"
      }
    }
  ],
  "responseExamples": []
}