Create a comment

Create new comment

Authentication

AuthorizationBearer

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

Headers

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

Request

This endpoint expects an object.
object_idstringRequiredformat: "uuid"
object_typestringRequired
textstringRequired
reply_to_entity_user_idstringOptionalformat: "uuid"

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
Post Comments Request Bad Request Error
401
Post Comments Request Unauthorized Error
403
Post Comments Request Forbidden Error
404
Post Comments Request Not Found Error
409
Post Comments Request Conflict Error
422
Post Comments Request Unprocessable Entity Error
429
Post Comments Request Too Many Requests Error