---
title: "Endpoint used to modify the notes of a particular version for a place."
method: POST
path: "/place-version-history-api/v1/{placeId}/version/{version}/notes"
tags: ["Places"]
---

# Endpoint used to modify the notes of a particular version for a place.

`POST /place-version-history-api/v1/{placeId}/version/{version}/notes`

## Path parameters

- `placeId` integer, required
- `version` string, required

## Request body

- UpdatePlaceVersionNotesRequest
  - `title` string, nullable
  - `description` string, nullable

## Response `200`

Success

- UpdatePlaceVersionNotesResponse
  - `placeVersion` PlaceVersion
    - `version` string, nullable
    - `title` string, nullable
    - `description` string, nullable
    - `contributors` integer[], nullable
    - `saveType` 0 | 1 | 2
    - `isPublished` boolean
    - `publishStatus` 0 | 1 | 2
    - `hasNotes` boolean
    - `createdTime` string, date-time
    - `createdBy` integer, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Server Error

---

[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/756260310407/schema)
