v1

latestOpenAPI 3.1.02026-07-26751285.0 KB
agents

Update a world

Update world properties

patch/api/agents/{agentId}/worlds/{worldId}

Path parameters

agentIdstring uuid required

ID of the agent

worldIdstring uuid required

ID of the world to update

Request body

namestring

Updated name for the world

metadataobject

Updated metadata (merged with existing)

Response

World updated successfully

successboolean

Example response

{
  "success": true
}