withMetadata param deprecated; mounts field renamed from volume to drive
BreakingBreaking change
This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.
What changed
Two distinct changes are present:
withMetadataquery parameter on at least two feature-flag list endpoints is now formally deprecated ("deprecated": true), with guidance to resolve creator identity client-side and use the single-flag lookup endpoint instead. Existing integrations relying on this parameter should migrate before it is removed.mounts[*].volumefield renamed todrivein a sandbox-related response schema. This is a breaking rename: thevolumeproperty is removed from the required fields and replaced bydrive, so any client readingmounts[*].volumewill receiveundefined/null at runtime.