跳转至

流程评论

读取或写入某个流程的评论。

GET /flows/{flowId}/comments

  • 鉴权:不需要
  • 响应:评论数组

POST /flows/{flowId}/comments

  • 鉴权:需要登录
  • 限流:开启

请求体:

{
  "content": "The flow should pin auth-email v1.0.2."
}