interface GetProjectVersions {
    expand?: string;
    projectIdOrKey: string;
}

Properties

expand?: string

Use expand to include additional information in the response. This parameter accepts operations, which returns actions that can be performed on the version.

projectIdOrKey: string

The project ID or project key (case sensitive).