---
title: "Update world visibility or title"
method: PATCH
path: "/v1/worlds/requests/{requestId}"
tags: ["worlds"]
---

# Update world visibility or title

`PATCH /v1/worlds/requests/{requestId}`

## Path parameters

- `requestId` string, required

## Request body

- object
  - `title` string
  - `visibility` object
    - `is_public` boolean
    - `is_listed` boolean

## Response `200`

Updated world details

## Other responses

- `400` — Invalid request
- `404` — Request not found
- `409` — World is not ready yet

---

[API](https://skmtc.net/spaitial/apis/spaitial-developer-api.md) · [All operations](https://skmtc.net/spaitial/apis/spaitial-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spaitial/spaitial-developer-api/revisions/f8a73c25c812/schema)
