Required. The parent resource for API version. Format: projects/{project}/locations/{location}/apis/{api}
Query parameters
Parameters
versionId
string
Optional. The ID to use for the API version, which will become the final component of the version's resource name. This field is optional.
If provided, the same will be used. The service will throw an error if the specified id is already used by another version in the API resource.
If not provided, a system generated id will be used.
This value should be 4-500 characters, overall resource name which will be of format projects/{project}/locations/{location}/apis/{api}/versions/{version}, its length is limited to 700 characters and valid characters are /[a-z][A-Z][0-9]-_/.
[[["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-04-02 UTC."],[[["This API creates a new version for an API resource within the API hub using a `POST` request to a specified URL."],["The `parent` path parameter is required to specify the API resource the version belongs to, following the format `projects/{project}/locations/{location}/apis/{api}`."],["An optional `versionId` query parameter can be included to set a specific ID for the new version, otherwise, the system will generate one."],["The request body must contain a `Version` instance, and a successful response will include a newly created `Version` instance."],["Creating a new API version requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `apihub.versions.create` on the parent resource."]]],[]]