Create Greeting
Request
URI
POST
https://{api_host}/api/hello/greetings
COPY
Request Body
helloCreateGreetingRequest
of type(s)
application/json
Required
"helloCreateGreetingRequest Object"
string
name
Optional
name
string
description
Optional
description
Responses
404
Not Found
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/hello/greetings
Greeting Service Operations
GET
Say Hello
POST
Create Greeting
GET
List Greetings
POST
Email Greeting
PUT
Update Greeting
DELETE
Delete Greeting
GET
Get Greeting