The list of fields to be updated. If omitted, all fields are updated that are set in the request message (fields set to default values are ignored). If an asterisk "*" is specified, all fields are updated, including fields that are unspecified/default in the request.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
allowMissing
boolean
If set to true, and the version is not found, a new version will be created. In this situation, updateMask is ignored.
Request body
The request body contains an instance of ApiVersion.
Response body
If successful, the response body contains an instance of ApiVersion.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-07 UTC."],[[["This document describes how to modify a specified version using the legacy Apigee Registry API, which is no longer supported, and recommends using the Apigee API hub APIs instead."],["The HTTP request method for modifying a version is `PATCH`, and it uses gRPC Transcoding syntax for the URL, which includes a `apiVersion.name` path parameter."],["Query parameters, `updateMask` and `allowMissing`, allow users to specify which fields to update and whether to create a new version if one does not exist."],["The request and response bodies are both instances of the `ApiVersion`, and any successful response will contain one."],["Authorization to use this endpoint requires the OAuth scope: `https://www.googleapis.com/auth/cloud-platform`."]]],[]]