Version 0 (no authorization)

Hello World

Return a greeting.

get

Returns a greeting. If no input is provided, the default text "Hello, World!" is returned.

Query parameters
namestringOptional

The name of the person to welcome.

greetingstringOptional

The greeting that should be used. E.g. Hello.

Responses
chevron-right
200

OK

application/json
resultstringOptionalExample: Hello, John!
get
/helloworld

Last updated