Update Recommendation Using PUT

Update Recommendation Using PUT

Update an existing recommendation

Request
URI
PUT
https://{api_host}/api/recommendations
COPY
Request Body

The Recommendation to update

recommendation of type(s) application/json
Required

Show optional properties

{
    "description": "string"
}
{
    "action": {
        "actionAdapterKindId": "string",
        "targetAdapterKindId": "string",
        "targetMethod": "string",
        "targetResourceKindId": "string"
    },
    "description": "string",
    "id": "string"
}
action
Optional

Identifies an action the system may take to solve a problem.

string
description
Required

The description for the recommendation

string
id
Optional

The recommendation id. Must be null during creation (System generated identifier)

Authentication
This operation uses the following authentication methods.
Responses
200

The updated recommendation

Returns recommendation of type(s) application/json
{
    "action": {
        "actionAdapterKindId": "string",
        "targetAdapterKindId": "string",
        "targetMethod": "string",
        "targetResourceKindId": "string"
    },
    "description": "string",
    "id": "string"
}
action
Optional

Identifies an action the system may take to solve a problem.

string
description
Required

The description for the recommendation

string
id
Optional

The recommendation id. Must be null during creation (System generated identifier)