Method: projects.locations.apis.versions.create

Create an API version for an API resource in the API hub.

HTTP request

POST https://apihub.googleapis.com/v1/{parent=projects/*/locations/*/apis/*}/versions

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

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, and valid characters are /[a-z][A-Z][0-9]-_/.

Request body

The request body contains an instance of Version.

Response body

If successful, the response body contains a newly created instance of Version.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

IAM Permissions

Requires the following IAM permission on the parent resource:

  • apihub.versions.create

For more information, see the IAM documentation.