REST Resource: projects.versions

  • Project versions resources have no persistent data.

  • Methods for project versions include creating, listing, and reading.

  • The create method allows for creating and deploying project versions to release channels.

  • The list method provides a summary of all versions and their states.

  • The read method allows viewing the complete content of a project version.

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.