UpdateDocumentationPartRequest

Updates an existing documentation part of a given API.

APIs.ioEngineeringPlatform

Properties

Name Type Description
patchOperations object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-updatedocumentationpartrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateDocumentationPartRequest",
  "title": "UpdateDocumentationPartRequest",
  "type": "object",
  "properties": {
    "patchOperations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListOfPatchOperation"
        },
        {
          "description": "For more information about supported patch operations, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/api/patch-operations.html\">Patch Operations</a>."
        }
      ]
    }
  },
  "description": "Updates an existing documentation part of a given API."
}