Create Greeting
Request
URI
POST
https://{api_host}//api/hello/greetings
COPY
Request Body
helloCreateGreetingRequest of type(s) application/json
Required
{
"name": "string",
"description": "string"
}
string
name
Optional
name
string
description
Optional
description
Responses
404
Not Found
Operation doesn't return any data structure
Greeting Service Operations
POST
Create Greeting
DELETE
Delete Greeting
POST
Email Greeting
GET
Get Greeting
GET
List Greetings
GET
Say Hello
PUT
Update Greeting