POST /work-requests/{id}/commentsAsk AIpost https://api.cmp.optimizely.com/v3/work-requests/{id}/commentsExperimental Post a comment on a work request.Path ParamsidstringrequiredUnique identifier of the work requestBody ParamsPayload to add commentvaluestringrequiredlength ≥ 1Content of the comment. Markdown is supported. To mention a user belonging to the organization, use the @[name](openapi-user-link) format.attachmentsarray of objectsList of comment attachments.attachmentsADD objectparent_comment_idstringParent comment id to reply.Responses 201Created comment for the work request 400Client error 401Authorization error 403Permission error 404Not found errorUpdated 7 months ago