v1

latestOpenAPI 3.0.1Proprietary2026-07-146923125.8 KB
Customer Review

Update a Comment

put/comment/{id}

Path parameters

idinteger required

Request body

idinteger
selfstring
userNamestring

The username of the commenting User

realNamestring

The real name of the commenting User

ratinginteger

Product rating

commentstring

The actual comment

datestring date-time

Comment date

availableOperationsstring[]

Example request

{
  "self": "subscription/123",
  "product": {
    "url": "resourceName/ID"
  }
}

Response

OK

idinteger
selfstring
userNamestring

The username of the commenting User

realNamestring

The real name of the commenting User

ratinginteger

Product rating

commentstring

The actual comment

datestring date-time

Comment date

availableOperationsstring[]

Example response

{
  "self": "subscription/123",
  "product": {
    "url": "resourceName/ID"
  }
}