REST Resource: projects.versions

  • This resource manages project versions and their deployment without storing persistent data.

  • You can create, list, and read project versions using the provided methods.

  • Creating a version can trigger deployment to a specific release channel.

  • Listing versions provides an overview of their current states.

  • Reading a version allows access to its complete content.

Resource

There is no persistent data associated with this resource.

Methods

create

Creates a project version based on the model and triggers deployment to the specified release channel, if specified.

list

Lists all versions and their current states.

read

Reads the entire content of a project version.