Update Greeting

Update Greeting
Request
URI
PUT
https://{api_host}/api/hello/greetings/{id}
COPY

Request Body
helloUpdateGreetingRequest of type(s) application/json
Required
"helloUpdateGreetingRequest Object"
string
descrpition
Optional

descrpition

string
id
Optional

id

Responses
200
Returns helloGreetingId of type(s) */*
{
    "id": "string"
}
string
id
Optional

id


404

Not Found

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/hello/greetings/{id}