Update Template
Update a Liveblocks template room metadata.
Template ID format: {env}:v1:global:template:{uuid} Requires super user permissions.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
template_id
Request
This endpoint expects an object.
metadata
Room metadata to update. Set a key to null to delete it (JsonValue includes None)
Response
Successful Response
template_id
The unique identifier for the template
created_at
Timestamp when the template was created
metadata
Template metadata as key-value pairs
last_connection_at
Timestamp of the last connection to the template

