---
title: "Rename the world"
method: PUT
path: "/hello/{name}"
tags: ["hello"]
---

# Rename the world

`PUT /hello/{name}`

Update the world to a custom name

## Path parameters

- `name` string, required

## Response `200`

Successful operation

## Other responses

- `400` — Syntax Error in URI
- `404` — Improper REST action configuration

---

[API](https://skmtc.dev/opensearch-project/apis/hello-world.md) · [All operations](https://skmtc.dev/opensearch-project/apis/hello-world/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opensearch-project/hello-world/revisions/855fe254d134/schema)
