---
title: "Adds a descriptive world adjective to a list"
method: POST
path: "/hello"
tags: ["hello"]
---

# Adds a descriptive world adjective to a list

`POST /hello`

Adds an adjective to a list from which a random element will be prepended to the world name

## Request body

- object
  - `adjective` string

## Response `200`

Successful operation

## Other responses

- `400` — Syntax Error in request
- `404` — Improper REST action configuration
- `406` — Content format not text or JSON

## Changes

- **2022-10-13** `e45a3303bd52` — 1 breaking
  - added required request body
- **2022-10-12** `958ae4c29043` — 1 info
  - endpoint added
- **2022-09-08** `27f71ee92347` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/opensearch-project/apis/hello-world/changes/hello/post.md)

---

[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)
