lastRotatedAt to ApiToken so callers can see when a token was last rotated.git object (CreateDeployGitRequest on requests, DeployGit on responses) on CreateDeployRequest and Deploy for attaching git commit metadata to a deploy. A new GENERIC provider value (alongside GITHUB) supports non-GitHub remotes such as GitLab, Bitbucket, and self-hosted git via a remoteUrl field.IBM_ENTERPRISE as a value on OrganizationProductPlan.productPlanName.Workspace.defaultCloudProvider from a free-form string to the enum AWS, AZURE, GCP.Schemas
CreateDeployGitRequest and DeployGit: Git commit metadata associated with a deploy. Required: commitSha, provider. Optional: account, authorName, authorUrl, authorUsername, beforeCommitSha, branch, commitUrl, path, remoteUrl, repo. provider accepts GITHUB or GENERIC. For GITHUB, supply account and repo and leave remoteUrl empty. For GENERIC, supply remoteUrl and leave account and repo empty.Properties
ApiToken: lastRotatedAt (string, date-time). The time when the API token was last rotated.CreateDeployRequest, Deploy: git (object). Git commit metadata for the deploy. See CreateDeployGitRequest and DeployGit.Enum values
OrganizationProductPlan.productPlanName: IBM_ENTERPRISE.Workspace.defaultCloudProvider: Now restricted to the enum AWS, AZURE, GCP (previously a free-form string).