Update a comment

Update comment

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

comment_idstringRequired

Headers

x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Request

This endpoint expects an object.
reply_to_entity_user_idstringOptionalformat: "uuid"
textstringOptional

Response

Successful Response
idstringformat: "uuid"
created_by_entity_user_idstringformat: "uuid"
entity_idstringformat: "uuid"
object_idstringformat: "uuid"
object_typestring
statusenum
Allowed values:
textstring
created_atdatetime
updated_atdatetime
reply_to_entity_user_idstringformat: "uuid"

Errors

400
Patch Comments ID Request Bad Request Error
401
Patch Comments ID Request Unauthorized Error
403
Patch Comments ID Request Forbidden Error
404
Patch Comments ID Request Not Found Error
409
Patch Comments ID Request Conflict Error
422
Patch Comments ID Request Unprocessable Entity Error
429
Patch Comments ID Request Too Many Requests Error