Update world metadata
Authorizations
An app API key, e.g. Authorization: Bearer sk_live_…. Secret (sk_) for writes/sessions; publishable (pk_) is read-only (browser-safe).
Path Parameters
Body
Response
Updated world resource (same nested world shape as GET).
A single world resource, as returned by GET /v1/worlds/{id} and PATCH /v1/worlds/{id}. NOTE: the compiled graph is NESTED under the world property (an SMWorld), entrance/scene/states/events live at world.entrance, world.scene, etc., NOT at the top level. The top level carries the world's metadata + engagement counters. (The graph-read routes like GET /v1/worlds/{id}/scene, /states, and /events return narrower sub-projections of the graph instead; the graph-write routes return the graph nested under world, like this resource.)
The compiled playable graph (states + events + entrance).
"1.0"
private, unlisted, public Lifetime session-connect count.
Lifetime like count.
Public play link for public worlds only; absent otherwise.

