---
title: "Updates the place configuration for the place with the id placeId"
method: POST
path: "/v1/places/{placeId}"
tags: ["Places"]
---

# Updates the place configuration for the place with the id placeId

`POST /v1/places/{placeId}`

Currently the only supported functionality for updating the configuration is around Name, and Description.

## Path parameters

- `placeId` integer, required

## Request body

- RobloxApiDevelopModelsPlaceConfigurationModel — A model containing information about a place to be configured
  - `name` string — The name for the place.
  - `description` string — The new description for the place.

## Response `200`

OK

- RobloxApiDevelopModelsPlaceModel — A model containing information about a place
  - `id` integer — Returns the place id.
  - `universeId` integer — Returns the id of the place's universe, or null - if the place is not part of a universe.
  - `name` string — Returns the place name.
  - `description` string — Returns the place description.

## Other responses

- `400` — placeId is invalid.
- `401` — 0: Authorization has been denied for this request.
- `403` — Authenticated user is not authorized to manage this place. 0: Token Validation Failed

---

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