crowdyStudioProjectSaveMetadata
Optimistically save selected private project metadata and increment its monotonic revision. Requires an app-scoped token and exact project ownership. A stale expectedRevision is refused with extensions.code CROWDY_STUDIO_REVISION_CONFLICT (HTTP 409) — that exact string, not CONFLICT, which is what an earlier wording of this sentence implied and what one SDK consequently matched on; grid affinity remains an authoring hint and never bypasses player-compute deployment checks.
crowdyStudioProjectSaveMetadata(
input: SaveCrowdyStudioProjectMetadataInput!
): CrowdyStudioProject!
Arguments
crowdyStudioProjectSaveMetadata.input ● SaveCrowdyStudioProjectMetadataInput! non-null input
Project id, expected revision, selected metadata changes, and optional retry key.
Type
CrowdyStudioProject object
A private, revisioned Crowdy Studio project owned by one user in one app. Optional grid affinity and module names are authoring hints only; deployment still rechecks current grid ownership and target-specific permissions.