This is the detailed documentation of the Hello World service.
Version: 1.0.0-SNAPSHOT
Contact: Jörg Hohwiller
License: Apache Software Licenese
This is the detailed documentation of the Hello World service.
This is a REST-Service to say hello to the world.
HelloWorldRestService| Name | Location | JavaType | JavaScriptType | Default | Example | Description |
|---|---|---|---|---|---|---|
| message | body | String | string |
|
the message to echo. |
| HTTP Staus Code | Reason | JavaType | JavaScriptType | Example | Description |
|---|---|---|---|---|---|
| 200 | Success | String | string |
|
the given message. |
| 400 | Error | IllegalArgumentException | object |
|
if the given message is invalid (e.g. null). |
| Name | Location | JavaType | JavaScriptType | Default | Example | Description |
|---|---|---|---|---|---|---|
| - | - | - | - | - | - | No parameters |
| HTTP Staus Code | Reason | JavaType | JavaScriptType | Example | Description |
|---|---|---|---|---|---|
| 204 | Success | void | - | No content |
| Name | Location | JavaType | JavaScriptType | Default | Example | Description |
|---|---|---|---|---|---|---|
| - | - | - | - | - | - | No parameters |
| HTTP Staus Code | Reason | JavaType | JavaScriptType | Example | Description |
|---|---|---|---|---|---|
| 200 | Success | String | string |
|
the String "hello-world". |