Project ID path param type narrowed from oneOf[string|boolean] to string
BreakingBreaking change
This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.
What changed
The schema for the idOrName path parameter (project identifier) was changed from oneOf: [string, boolean] to type: string. Any client passing a boolean value for this parameter will now be considered invalid per the spec. In practice, a boolean project identifier was likely never a valid use case, but generated clients or strict validators that relied on the boolean variant being allowed may break.