molroo docs
WorldAPI ReferenceWorldsId

Update world definition

PATCH
/worlds/{id}

Path Parameters

id*string

World ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X PATCH "https://api.molroo.io/worlds/uuid" \  -H "Content-Type: application/json" \  -d '{}'
{
  "result": {
    "ok": true
  }
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}